Pygame Project
A simple shooting game, made from python using pygame module. This is my first pygame project made. Any suggestions are welcomed.
python -u main.py Download all the files and run the
main.py
file then the game should be starting. Make sure that pygame module is installed in system.
$ python -u "main.py"
So, there will be few enemies roaming on the screen, you should kill the enemies with the rocket you have with unlimited ammo. The user should try to aim to score high by killing the enemies.
K_UP -> Move to up
K_Down -> Move to down
K_right -> Move to forward
K_left -> Move to backwards
K_SPACE -> Schooting
3A Team