https://github.com/ttwno/clue
A text based Clue implementation written in Node.js
https://github.com/ttwno/clue
accessible clue game nodejs
Last synced: 3 months ago
JSON representation
A text based Clue implementation written in Node.js
- Host: GitHub
- URL: https://github.com/ttwno/clue
- Owner: TTWNO
- License: bsd-3-clause
- Created: 2020-05-19T18:27:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T21:00:57.000Z (over 2 years ago)
- Last Synced: 2023-03-08T21:36:41.583Z (over 2 years ago)
- Topics: accessible, clue, game, nodejs
- Language: JavaScript
- Homepage:
- Size: 349 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# clue
An accessible classic board-game of Clue implementation in Node.js### Installation
To run the server, use the following:
`cd server`
`npm install`
`npm run`Join on localhost:8080
### Development
To run the server with nodemon (for dev purposes), use the following:
`cd server`
`npm install --dev`
`npm run dev`Join on localhost:8080
## TODO:
* Make accuse function ask each user for any matching cards
* Allow multiple instances of the game
* Visual mode for non-accessability users