Spacionave is an endless runner game developed in Python using the Pygame library. The player controls a spaceship that must avoid obstacles and survive as long as possible.
Improve my programming skills and learn more about game development, especially in using graphical libraries like Pygame.
- 📜 Python: Main programming language.
- 🎮 Pygame: Library used for game development.
- Spaceship Control: Movement with the WASD keys, shrink and speed boost with the Shift key.
- Shooting Bullets: Shoot with the Space key, limited by a ammo system.
- Obstacles: Different types of obstacles that the spaceship must avoid.
- Animations: Animations for explosions and spaceship movement.
- Scoring System: Counting the time survived as score.
- Sound and Music: Sound effects and background music.
Follow the steps below to run the game on your machine:
- 🔧 Clone the Repository:
git clone https://github.com/DavidEricson00/Spacionave.git - 🐍 Install Dependencies:
pip install pygame - 📁 Navigate to the Directory:
cd Spacionave - 🎮 Run the Game:
python main.py
- Music: https://www.youtube.com/watch?v=mRN_T6JkH-c&list=PLwJjxqYuirCLkq42mGw4XKGQlpZSfxsYd
- Development: David Ericson


