Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Latest commit

 

History

History
45 lines (31 loc) · 1.12 KB

README.md

File metadata and controls

45 lines (31 loc) · 1.12 KB
onboarding Archived Repository
The code of this repository was written during a Marmelab agile integration. It illustrates the efforts of a new hiree, who had to implement a board game in several languages and platforms as part of his initial learning. Some of these efforts end up in failure, but failure is part of our learning process, so the code remains publicly visible.
This code is not intended to be used in production, and is not maintained.

awale-go

Turn based awale game for command-line

Install

Install docker

make install

Run

Run the game

make run

Test

Runs all the tests of the project

make test

Lint

Runs code linter on the project

make lint