Skip to content

Uno Online is a WIP project, it's basically a multiplayer Uno with a lots of features, as a website.

Notifications You must be signed in to change notification settings

VoidSplit/Uno-online

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is Uno Online?

The Une Online is an online game in the form of a website.


It's actually in Work In Progress, there is still a lot to add to the game.


The game has a clean interface, with some cool simple hover animation.

The uno works with express and socket.io which allows communication between players in different rooms.

Some screens of the menu interface

Screen of the home page Screen of the join page

How to help development?

Getting Started

Prerequisites

First install NodeJs and initialize it on the project.

$ npm init

You must then install the socket, jquery and express modules.

$ npm install socket.io
$ npm install express
$ npm install jquery

Features

  • Supported platforms:
    • Google Chrome
    • Firefox

What remains to be done?

  • The system for the distribution of cards
  • The system of turn
  • UI experience
    • Button
      • Uno button
      • Contest button
    • Animations
      • Special cards animations
      • Actions animations (uno, contest, etc)
    • Informations elements
      • Color picker (for cards like color change or +4)
      • Directionnal arrows
      • Information box (on player card hover, display a box with all informations about the player)

We can also add features like:

  • Custom cards
  • Leader board
  • Battle royal mode
  • And other features that can change the user experience :)

Contributors