You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a game helper for Avalon Card Game. You don't need the actual physical cards to play the game. Just use this helper to randomly assign roles and find a way to make anonymous vote (like pokers).
The game helper assigns characters to each user and enables users to view information specific to their assigned characters.
To run server, use
cd server
npm install
npm start
To run client, use
cd client
yarn install
yarn serve
About
This is a game helper for Avalon Card Game. You don't need the actual physical cards to play the game. Just use this helper to randomly assign roles and find a way to make anonymous vote (like pokers).