Deck Of Life Instructions
User Manual:
Open the PDF directly: View PDF .
Page Count: 1
Deck of Life
Instructions
How to Play
Request a card by pressing the “Deal Card” button.
The card that appears will offer three actions:
• Play – The card will be added to your history
• Discard – The card will be removed from your hand
• Find Group – The card will be added to the Looking For Group (LFG) panel
Once a card is in the LFG panel, you will be able to invite your friends to join your group. If they
accept, they will be added to your group and their name will appear in the LFG panel.
To play the card as a group, click the “Play as Group” button in the LFG card.
How to Build
In order to install the game, clone the repository:
$ git clone https://github.com/raulgrell/WebProject
Edit the configuration file in ./config/default.js – add the correct username, password and
database name for your system.
Install the package and its dependencies
$ cd WebProject
$ npm install
To use the development server, launch the dev:server and dev:app scripts in separate terminals.
The server will restart on any changes, and the client app will automatically reload modules when
they are changed.
$ npm run dev:server
$ npm run dev:app
The script will automatically create all non-existent database tables and populate them with
initial data.
You can access the interface through your browser at http://localhost:3000