The hanged man game. I don't think it's necessary to explain :)
A simple game of finding the treasure and u have five lives.
You play as a tanker. Your task is to choose the right angle and bullet speed. By choosing the distance of the target the task is to hit. Graphical representation on the chart.
- Git clone repository:
$ git clone https://github.com/gunater/SimpleGames.git
- Install the necessary python dependencies you can use
pipenv
:
$ pipenv install
$ piipenv shell
or you can install from requirements.txt with pip
:
$ pip install -r requirements.txt
To run the script, go to the main directory:
$ cd <gamepath>/
In place of <gamepath>
, type balista
, labirynt
or wisielec
and then run script if its hangman:
$ python3 main.py
else, if its maze game:
$ python3 game.py
or if its ballistic:
$ python3 balista.py
#Good luck and have fun !!
All code is licensed under an MIT license. This allows you to re-use the code freely, remixed in both commercial and non-commercial projects. The only requirement is to include the same license when distributing.