An open API service indexing awesome lists of open source software.

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

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