Play Tabu using your mobile or desktop device!
Tabu.js is a Webapp for playing Taboo without the need of having phisical cards. It allows you to play this game with your friends just using your mobile phone or tablet.
- Oriented to mobile phones.
- Two teams.
- Changes turns between each team after 1' 30".
- +500 cards (Spanish only, at the moment).
- Firefox OS support.
- Posibility of using more than one device on a game.
- Whatever comes to my mind.
-
Clone the project into a local project.
-
Make sure you have Node.js on your machine.
-
Run
npm install
at root in order to get the necessary dependencies.
-
Build the project using Volo.js (you must "npm install -g volo" if you hadn't done this before)
volo build
-
Start the server executing:
$node tabu-build
-
Point your browser to:
htpp://localhost:3000.
This app is being written entirely using Javascript and HTML5 on both backend and frontend using the following libs and technologies:
- Backend
- Node
- Express
- Less with Less-middleware
- Node
- Frontend