This project is basically a recreation of the chromes dino game. Where the wizard that is running has to jump over spiders to survive and get points as he moves. The game gets harder a smore points are gathered to makle it more complex for players.
File structure:
Wizard-On-The-Run
|
+ img
| |
| + bacground
| | |
| | + ground.jpeg
| | |
| | + spider.png
| |
| + character
| | |
| | + character.png
| | |
| | + wizard.png
| | |
| | + icon.png
| |
| + logo
| |
| + logo_raw.png
| |
| + logo.png
|
+ button.py
|
+ Character.py
|
+ DataBase.py
|
+ Display.py
|
+ Main.py
|
+ spider.py
|
+ icon.ico
|
+ requierments.txt
|
+ README.md
