/Bueno

Its an Uno card game

Primary LanguageJavaScript

logo

Bueno, a digital version of UNO, the popular card game.

GitHubDocsDemo

Overview

  • Secure Login. Use email, google or facebook to log in.
  • Chat. Chat with other players.
  • Cross platform. It doesn't matter what OS you use, it just works wherever Node.js runs.
  • Responsive interface. The client works smoothly on every desktop, smartphone and tablet.
  • Interactive Experience. Powered by react and socket.io, the game is interractive.

Installation and usage

Bueno requires Node.js v6 or more recent.

Running from source

The following commands install and run the development version of The Lounge:

git clone https://github.com/TariqMedina/Bueno
cd bueno
npm install
npm start

Technology used

  • Front End: React.js
  • Backend: Node.js, Express,Websockets
  • Authentication & Chat: Firebase

Screenshots

Home, Guest

homeguest

Home, Logged in user

homeloggedin

Home, chat

homechat

Game

homegame

Contributers