This is a simple arcade-style game where you have to miss the obstacles
Project description
The Game
This is a simple game. You are the turtle and you need to avoid the obstacles to get to the target. Each time you get to the target the target gets to a different place and the number of obstacles increases by one. How many obstacles do you believe you can dodge?
The Player
The turtle can be moved with the arrow keys to get to the target. The score will be tracked on the Terminal rather than on the window, at least for now.
To install and use:
pip install obstacles
To import the actual game on a python file type:
from Obstacles import obstacles_game
...
obstacles_game()
To start directly from the Terminal:
obstacles-game
ADDED FEATURES:
- Removed Random Colors for Player Sprite
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
obstacles-1.7.2.tar.gz
(2.8 kB
view details)
File details
Details for the file obstacles-1.7.2.tar.gz.
File metadata
- Download URL: obstacles-1.7.2.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d6d32309cb537742c94dbf05633420ef902c3d6d546752c008e19b048dfa647
|
|
| MD5 |
a104dd67ad2b9d30bd3bbb29684e2668
|
|
| BLAKE2b-256 |
6d0a2c0e594f58b784190fc3664c8087d2b5fbd36dce2f6e5625baf918d2a286
|