Skip to content

The Unofficial app for background music and more for the werwolf game

License

Notifications You must be signed in to change notification settings

luismeyer/werwapp

Repository files navigation

Werwapp

The unoffical App for the Game Werwolf. The app plays differnt songs for each day and night time.

Additional features:

  • User selectable themes for day and night
  • Counter of the current night
  • And more is currently under work

How can i use this great app?

If you just want to play a round, head over to the website. For local hosting / usage see the development section.

I need more functionality

Just create a new issue and and describe the feature you wish. We will try our best to implement it.

I found a bug!

Please create an issue and describe the bug with reproduction steps and a screenshot.

Development

If you want to implement features, fix bugs or just host the site yourself, follow these instructions.

Setup and launching the app

You will need the following toolchain:

  • NodeJs (16.x)
  • pnpm

With that provided, clone the repo and change the directory:

git clone https://github.com/BjarneRentz/werwapp.git

cd werwapp

Install the dependencies

pnpm install

and start the application

pnpm run dev

Thats it, now you should see the app on localhost

Hosting the songs

You need to prived the env variable SECRET_SONG_BASE_PATH. You can utilize the parametes {STATE}, {ARTIST} and {TITLE} in the url. Theese are getting substitutet with the attributes of the song in upper case during the server side request.

Contribute

Just fork the repo and start hacking. Please name your commits using convetional commits.

About

The Unofficial app for background music and more for the werwolf game

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published