Skip to content

jerin-priya/Retro-Turtles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Retro-Turtles

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.

Description

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.

Features

  • 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

Technologies

  • Frontend: Python (using the turtle module)
  • Backend: Python (no specific backend framework)
  • Graphics: turtle module
  • Sound: OS module for sound effects playback

Installation

  1. Ensure Python is installed on your system.
  2. Clone or download the project repository.
  3. Run the main Python file to start the game.

Controls

  • 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.

About

This is a part of SWE-150 game-project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%