Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ali-ahnaf/space_rush
A simple Arcade game where players are required to score as much points as possible
https://github.com/ali-ahnaf/space_rush
arcade-game pygame python
Last synced: 2 days ago
JSON representation
A simple Arcade game where players are required to score as much points as possible
- Host: GitHub
- URL: https://github.com/ali-ahnaf/space_rush
- Owner: ali-ahnaf
- Created: 2020-01-26T16:59:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-26T18:12:01.000Z (almost 5 years ago)
- Last Synced: 2024-12-30T03:26:54.982Z (11 days ago)
- Topics: arcade-game, pygame, python
- Language: Python
- Homepage:
- Size: 32.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Space Rush
A simple Arcade game where players are required to stay alive and score points for as long as possible while evading meteorites that spawns randomly. The game progresses faster with time making it challenging for the players to stay alive.# Objective
To learn the basics of pygame and get familiar with python.Gameplay: https://youtu.be/HqtwOKQnSnE
# How to play [requires python interpreter installed]
1. Clone the repository
2. Extract the zip file
3. run the "run.py" file# Assets
Backgrounds and other icons were taken from:
1. https://www.flaticon.com/
2. https://www.freepik.com/home
3. http://w4.wallls.com/uploads/original/201711/14/wallls.com_137248.pngSound effects were taken from:
1. https://www.zapsplat.com/Background music was taken from:
1. https://www.youtube.com/watch?v=P99yh7DdFR4 [Alliance - The Speed of Light]
# Future Implementations
1. Add specific spawn points from which meteorites would randomly spawn
2. Different types of enemies would spawn randomly
3. Players can choose from a pool of space ships
4. Some objects would appear that could grant players extra HP