About This Project
I've always wanted to make a video game, so I wanted to learn the basics of using python arcade to build a simple retro style game. This has been a fun, 2-week project for me, and something that's easy to keep going, as a game is something that's easy to find new things to add.
This game is a speed test to be able to shoot all the alien robots. You have 15 seconds to shoot all robots, and each round gets harder and harder. There are instructions built into the game. To run the game, you can either run the python app on your own, or there is a Windows executable and a macOS app that can be used to play it.
I wrote this software to have my first try at creating a game in Python through the Python arcade library. I wanted to better understand how to create a game, and what goes into the basics. This is my first time using graphics with sprites, and using the arcade library.
Key Features
- Simple interface
- Resizeable window
- Quick gameplay
- Easy macOS and Windows executable files
Technologies Used
- Python
- Python Arcade
Links
Screenshots

Lessons Learned
I learned how to use Python Arcade, and how to use sprites when making a game.