Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scifer99/helicopter-game
This is a 2 dimensional game (like the others I posted) where you fly a helicopter and try not to crash.
https://github.com/scifer99/helicopter-game
2d-graphics pygame-games python3 random software software-development software-engineering
Last synced: 3 days ago
JSON representation
This is a 2 dimensional game (like the others I posted) where you fly a helicopter and try not to crash.
- Host: GitHub
- URL: https://github.com/scifer99/helicopter-game
- Owner: SCIFER99
- License: mit
- Created: 2023-05-03T01:20:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-03T01:23:16.000Z (over 1 year ago)
- Last Synced: 2024-11-10T12:06:00.542Z (2 months ago)
- Topics: 2d-graphics, pygame-games, python3, random, software, software-development, software-engineering
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Helicopter-Game
This is a 2 dimensional game (like the others I posted) where you fly a helicopter and try not to crash.Greetings all! This is a 2 Dimensional game developed as mentioned in the above statement!
Packages needed:
pip install pygame
pip install random
pip install os
Happy Coding!