This is a simple web-based game where players compete for marbles.
Open root folder and run:
make install
Once application is install execute the below command:
make run
The application will now be running at localhost:5000
.
To run tests and linting:
make test
To only run tests:
make pytest