Skip to content

A game of Kuba playable over the internet. Integration project for Marmelab software engineers.

Notifications You must be signed in to change notification settings

marmelab/kuba-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kuba Console

Play the game of Kuba on the console (rules).

Requirements

  • Node.js

Installation

yarn

Do not forget to fulfill the .env files in API, ADMIN and CLIENT folders

Playing

in order to launch the API and Admin parts :

CURRENT_UID=$(id -u):$(id -g) docker-compose up

then, to launch a game, in the client folder :

yarn start:development

Running Unit Tests

yarn test

Board JSON Format

{
    "board": [
        [1, 2],
        [0, 3]
    ]
}

About

A game of Kuba playable over the internet. Integration project for Marmelab software engineers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published