Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)

---