An accessible classic board-game of Clue implementation in Node.js
To run the server, use the following:
cd server
npm install
npm run
Join on localhost:8080
To run the server with nodemon (for dev purposes), use the following:
cd server
npm install --dev
npm run dev
Join on localhost:8080
- Make accuse function ask each user for any matching cards
- Allow multiple instances of the game
- Visual mode for non-accessability users