Online UNO banner

Online UNO

4 devlogs
12h 13m 21s

This is an online version of the popular card game UNO. Players can join and create rooms, where they can play UNO with each other from a browser!

Demo Repository

Loading README...

thjaed

Changes:

  • I added room joining functionality, player list is updated in real time
  • Made improvements to the website by making it a single page application (SPA)
  • Improved robustness with input verification
    Next steps will be to get the game running on the browser!
0
thjaed

Updates:

  • Improved game engine with support for getting a public state of the game
  • Added room functionality, so multiple games can be going at the same time
  • Implemented websockets and a web interface that lets you create a room (see video)
0
thjaed

I created a basic UNO game engine:

  • supports multiple players
  • checks if a card is valid
  • deck and discard piles
  • deals 7 cards to each player
  • supports card effects (draw, reverse, wild etc.)
0
thjaed

First Devlog! To kick my project off, I made a function that generates a shuffled UNO deck.

0