Silly multiplayer game to prove that I can make one.
The goal is to have players throw two dice in turns, and select the one to put on the table.
When all players have played, the game decides whether the highest or the lowest die wins.
- A player can enter the game area. Let's call this player the Host.
- There they can start a game. They'll receive a token they can distribute to their guests.
- Guest players receive the game token from the initial player
- Guest players enter the game area.
- Guest players join the game they have a token for.
- The host starts the game (no more players can join)
- Now the game decides the order of actions
- Game is over; game token is invalidated.
- Responsibility:
- Manage game creation, user management
- Backend
- Frontend
- Responsibility
- Contains and executes game rules
- Backend
- Frontend
We will create the Game Area and HiDice game in Python with Flask. Frontend will be vanilla html + javascript. Style... sass? css?