This is a simple werewolf web app for playing werewolf with friends. The app provides a platform to resolve the limitations using game cards. This game can be played anywhere with anybody using this app. It is multi-language supported (English and Chineses) which overcomes the language barriers.
Note this is NOT an online game. The app is expected the players to interact face to face.
- To save money for buying a deck of werewolf cards.
- To make it easier for game moderators to track the status of each player and remaining skills for the special characters.
- To save the current game state, and continue to play next time.
- To make werewolf games more interactive.
- Start a game by configuring the roles to play in the game.
- Pass the phone to other players to check their roles secretly.
- The phone goes back to the game moderator and the app continues helping the moderator to facilitate the game.
- The game creator should type the name and press start to generates a game code and enter the game lobby.
- Share the game code with other players so they can join this game.
- Configure the game by setting the roles.
- The game creator starts the game.
- All players check their roles secretly on their own phones (no need to pass one phone around).
- The game moderator can be randomly selected or always is the game creator.
- The game moderator can see every player's role and the app can help facilitate the game.
- More roles with specific skills.
- Angular 6
- Angular material
- Pwa
- Firebase realtime database
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the -prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.