Simple Pew-Pew is a simple arcade-style game built with Python and the Pygame library. In this game, you control a red circle (the player) and your goal is to shoot down as many blue circles (enemies) as possible while avoiding collisions with them. The game keeps track of your score, and it's game over if an enemy collides with you.
- Use the W, A, S, D keys to move the player circle up, down, left, and right, respectively.
- Move your mouse to aim the player's shooting direction.
- Click the left or right mouse button to shoot green circles (bullets) towards the enemies.
- The enemies will spawn randomly on the screen and move towards you.
- Score points by shooting down enemies. Each successful hit increases your score.
- Avoid colliding with enemies, as it will end the game.
- Play: Click this button to start the game.
- How to Play: Click this button to view instructions on how to play the game.
- Exit: Click this button to quit the game.
- If an enemy collides with you, the game will be over.
- You can choose to retry the game or exit to the main menu.
- Press the ESC key during gameplay to pause the game.
- While paused, you can choose to resume the game or exit to the main menu.
- Clone this repository to your local machine.
- Ensure you have Python and Pygame installed.
- Run
python Simple_pew-pew.pyin the terminal to start the game.
- Python 3
- Pygame
This project is licensed under the MIT License. See the LICENSE file for details.
This game was created for educational purposes and as a fun project to learn Python and game development with Pygame. It was inspired by classic arcade shooter games.
Feel free to contribute or modify the game to add more features and improvements!
Enjoy the game! 🚀