Skip to content
/ uno Public

🕹️ Simple UNO online game built in Javascript

License

Notifications You must be signed in to change notification settings

mrozio13pl/uno

Repository files navigation

🎲 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