Skip to content

MattyOstrowsky/SimpleGames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple python games

Table of contents

General info

wisielec (hangman)

The hanged man game. I don't think it's necessary to explain :)

labirynt (maze game)

A simple game of finding the treasure and u have five lives.

balista (ballistic)

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.

Installation

  1. Git clone repository:
$ git clone https://github.com/gunater/SimpleGames.git
  1. 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

How to run it

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 !!

License

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.

About

The hanged man game. I don't think it's necessary to translate :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages