Skip to content

Maxenceee/UNO

Repository files navigation

UNO

Multiplayer UNO fully in Vanilla Javascript and running on Node.JS server.

You can use this project on localhost or on a Node.js server to use it online.

Try it here!

Usage

Clone this project and open current directory into a terminal, then install dependencies by running:

npm install

After installing the dependencies, start the project by running:

npm start

App will be available on localhost at specified port in the bin/www file (> defaultPort) or you can specify it in an environment file .env.

Multiplayer

Multiplayer WebSocket server will automaticaly start on port 8081 nothing more is required.

Multiple games can be played in the same time, players are automatically matched.

Notes

For the moment game can be played with only two players and UNO button is not working.

Known issues

On certain versions of Firefox and Chrome, the front face of the cards may not be displayed.

About

Play UNO online

Topics

Resources

Stars

Watchers

Forks

Packages