Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmedhamed3699/meteorites-game
It is a developed version of the classic Asteroids Game, made as a final project for CS50’s Introduction to Computer Science. It is made using Pygame engine.
https://github.com/ahmedhamed3699/meteorites-game
Last synced: 16 days ago
JSON representation
It is a developed version of the classic Asteroids Game, made as a final project for CS50’s Introduction to Computer Science. It is made using Pygame engine.
- Host: GitHub
- URL: https://github.com/ahmedhamed3699/meteorites-game
- Owner: AhmedHamed3699
- Created: 2023-06-21T20:02:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-23T23:35:47.000Z (over 1 year ago)
- Last Synced: 2023-07-24T00:28:59.286Z (over 1 year ago)
- Language: Python
- Size: 640 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Meteorites-Game
It is a developed version of the classic Asteroids Game, made as a final project for CS50’s Introduction to Computer Science.
I made it using Python and Pygame engine.---
## 💡 My Experience
I really enjoyed working on this project as it is my first project using python and pygame, beside it is my first game ever.
Mainly, I dealt with pygame using its documentation, which is a new thing for me. Because I used to study everything about the technology before starting to use it, but here the learning and the application was at the same time.
Although I didn't implement all the features I wanted or intended to, but I am happy with the final look.
I hope you enjoy it 😀---
## 📷 Screenshots
### Start Screen
![shot-1](./screenshots/start_screen.png)---
### Play Screen
![shot-2](./screenshots/play_screen.png)---
### Over Screen
![shot-3](./screenshots/over_screen.png)---