Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scifer99/feed-the-dragon-game
This is a 2 dimensional game developed in Python. Feed the dragon as accurately as you can!
https://github.com/scifer99/feed-the-dragon-game
2d-game 2d-platformer-game pygame pygame-games python3 software-development software-engineering software-testing
Last synced: 26 days ago
JSON representation
This is a 2 dimensional game developed in Python. Feed the dragon as accurately as you can!
- Host: GitHub
- URL: https://github.com/scifer99/feed-the-dragon-game
- Owner: SCIFER99
- License: mit
- Created: 2023-05-04T22:09:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-04T22:15:24.000Z (over 1 year ago)
- Last Synced: 2024-11-10T12:05:59.436Z (3 months ago)
- Topics: 2d-game, 2d-platformer-game, pygame, pygame-games, python3, software-development, software-engineering, software-testing
- Language: Python
- Homepage:
- Size: 1.16 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Feed-The-Dragon-Game
This is a 2 dimensional game developed in Python. Feed the dragon as accurately as you can!Greetings again! Here goes a game of accuracy! Feed the dragon the best you can!
This one has an algorithm designed for the food to increase in speed after every bite!Can you feed it enough without missing ? :-)
Packages needed:
pip install pygame
pip install random
Happy Coding!