Skip to content

IndieCoderMM/steel-warriors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📃 Table of Contents

⚙ Steel Warriors

Top down shooter game created with Python Arcade library. In this game, player controls a tank and must defeat waves of enemy tanks while avoiding missles and collecting power ups.

Demo

🕹 Features

  • The game consists of only one level
  • Map is generated with WFC algorithm
  • Enemy tanks have different hitpoints and fire rates
  • Must defeat all tanks before they invade the border
  • Gamover conditions:
    • if one enemy escapes
    • if player runs out of lives
    • if collision with enemy

🎮 Controls

  • Use LEFT|RIGHT|UP|DOWN arrows to move the tank
  • Press SPACE to shoot
  • Press P to pause; R to restart
  • Press G to generate new map

📥 Installation

To play this game, you will need to have Python 3.10+ installed on your computer. Once you have cloned this repo, install the necessary dependencies using pip install -r requirements.txt. Then, you can run the game with python -m game.

🎯 Todos

  • Add levels and highscore
  • Obstacles
  • Sound effects
  • Power ups

🤝 Contributing

If you have any ideas for new features or improvements to the game, please submit a PR or reach out to me. I'd love to hear from you.

💖 Supporting

If you like this project, please consider giving this repo a ⭐. It only takes a second and means a lot to me.

📚 Resources

🎨 Artwork

📜 License

This project is licensed under the MIT License.

Releases

No releases published

Packages

No packages published

Languages