Arcade game is written in Python 3 and uses Pygame package module with higher order game logic dynamics.
The game initials the space craft to shoot down incoming aliens and the counter keeps score. If alien encounters and shoots the player then points get deducted. The game is a standard shooter where the player tries to avoid the lasers and fight back and get doubled the points. The AI is well callobrated to make the player is equally challenged. Assert the collaberation of algorithms to make this work. Manipulating Data collected.
- Click here to download the app
- Install Python 3 and double click the alien_invasion.py file.
- Play using arrow keys to steer the ship and spacebar to shoot bullets
- Install latest pygame to edit and use the modules on the go.
python3 -m pip install pygame
- After installing just run the following command.
python3 alien_invasion.py
Initially inspired by Eric Matthes. Thank you so much for the amazing guidance.
- App: MIT