marmelab / awale-python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onboarding Archived Repository
The code of this repository was written during a Marmelab agile integration. The associated blog post illustrates the efforts of the new hiree, who had to implement a board game in several languages and platforms as part of his initial learning.
This code is not intended to be used in production, and is not maintained.

awale-python

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

About


Languages

Language:Python 94.8%Language:Makefile 4.4%Language:Dockerfile 0.8%