Watch the Project's Screen Shots
Attack The Base! is a Python-based game project developed as a simple gaming application. The stack used includes Python for both frontend and backend development, with the turtle module for graphics rendering.
Attack The Base! is a game where the player controls a ship to defend their base against incoming enemy attacks. The player can move the ship vertically and horizontally to dodge enemy fire and shoot missiles to destroy enemies. The game features different enemy types, including regular enemies and bosses, as well as power-up stars for added challenge and score boosts.
- Ship movement control (up, down, left, right)
- Missile firing mechanism
- Enemy ship spawning and movement
- Health meter display for ships
- Score tracking and display
- Power-up stars for bonus points
- Frontend: Python (using the turtle module)
- Backend: Python (no specific backend framework)
- Graphics: turtle module
- Sound: OS module for sound effects playback
- Ensure Python is installed on your system.
- Clone or download the project repository.
- Run the main Python file to start the game.
- Use arrow keys (Up, Down, Left, Right) to move the ship.
- Press the Spacebar to fire missiles.
- Press the "s" key to start the game.
- Press the "q" key to quit the game.