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

marmelab/quarto-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quarto-python

Quarto game using python for console

Install

Install docker image

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