Skip to content

Latest commit

Β 

History

History
54 lines (51 loc) Β· 1.47 KB

README.md

File metadata and controls

54 lines (51 loc) Β· 1.47 KB

🎲 UNO (Multiplayer Online)

License License Size

UNO game made in Javascript, NodeJS

Screenshots

πŸ“Œ Features

  • Rooms system (up to 4 players each)
  • Game mechanics (card abilities, etc.)
  • Protection against any exploit attempts, hopefully...
  • In-game chat
  • And much more...

πŸš€ Getting Started

  1. Clone this reposity
  2. Install packages in the server and in the client by running the following command
npm install
  1. Run both server and client by executing the command
npm start

The game should be avainable at localhost:9000

πŸ”§ Tech Stack

Client:
  • Express
Server:
  • WebSocket

βœ‚οΈ Missing Features

  • Multiple cards on player's turn
  • Leave button while game is running (reload the page instead)
  • Mobile Support
  • API

πŸ’Ž Credits

πŸ“œ License

MIT