Rellotscrewdriver / odd-even-game

a game where it simulates cricket but with mathematical digits in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Odd even game

it's a game where you play the portable version of cricket with hands but with computer

Setting up the project

Dependencies

  • GNU make
  • mkdocs
  • pytest

Setup

clone the repo

git clone https://github.com/Rellotscrewdriver/odd-even-game.git
cd odd-even-game 

go to the cloned project and execute it using

make run

Generating documentation

hotrun the documentation

mkdocs serve

build the documentation and run

mkdocs bulid
mkdocs serve

now type localhost:8000 in your browser

Contributions

We explicitly welcome outside contributors. you can read our CODE_OF_CONDUCT for rules
and CONTRIBUTING for contribution guidelines and coding style

COPYRIGHT

this project is free to use and distribute as long as you don't claim that you wrote the original software. crediting of this project is required when it is modified and/or distributed. goto LICENSE for more details

About

a game where it simulates cricket but with mathematical digits in python

License:Other


Languages

Language:Python 81.9%Language:Makefile 18.1%