Skip to content

samurai-in-tank/Card_game-WebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Card_game

Short description

A simple card game with a server side.

Ruls:

There is no card on the table, you can play any card (one strength). If everyone else folds, the table is cleared and a new round begins.

When the table is occupied, you must play by the following rules: The number (number) of cards that you put on the table should be the same. The strength of your cards should be higher (that is, the lower the better).

When you have no cards left in your hand, you win the game.

The rank 13 card is a joker card, you can play it with other cards to match the number of cards on the table. There are only two of >them.

The card number corresponds to its card strength (except 13).

Setup

In order to run the project, you need to install node js. After need to initialize the project with npm install.

Launch of the project

node app.js

Gameplay

Photos

Releases

No releases published

Packages

No packages published