Skip to content
/ clue Public

A text based Clue implementation written in Node.js

License

Notifications You must be signed in to change notification settings

TTWNO/clue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A text based Clue implementation written in Node.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published