arielger / multiplayer-truco

πŸ”₯ Multiplayer argentinian truco game made with react, redux and firebase. [Work in progress]

Home Page:http://truco-online.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Truco

Multiplayer argentinian Truco game made with react, redux and firebase πŸ”₯πŸƒ.

You can check more about the game in the Wikipedia page or read the instructions to understand how to play.

Screenshots

Login screen

Technologies

  • react
  • redux
  • redux-form
  • react-router v4
  • firebase
  • webpack
  • eslint
  • sass
  • css-modules

Setting up

Node version: 6.9.1 / NPM version: 3.10.8

Clone the repo and install the dependencies:

git clone https://github.com/arielger/multiplayer-truco.git
cd multiplayer-truco
npm install

Set up your Firebase account configuration in the firebase.json file:

{
  "apiKey": "yourApiKey",
  "authDomain": "yourAuthDomain",
  "databaseURL": "yourDatabaseURL",
  "storageBucket": "yourStorageBucket",
  "messagingSenderId": "yourMessagingSenderId"
}

Run the project:

npm start

About

πŸ”₯ Multiplayer argentinian truco game made with react, redux and firebase. [Work in progress]

http://truco-online.herokuapp.com


Languages

Language:JavaScript 79.2%Language:CSS 19.8%Language:HTML 1.0%