Assault Weapons Beaver is a game I've made for the ending of my Python course in January 2026. It was made for the Pygame Zero API, required by the same course. The course's built-in web compiler had Python 2.1 as opposed to the version I've programmed in my computer, which made me strip down many features, including the music you hear in-game.
The game is pretty repetitive and works in a similar manner than of Duck Hunt, except you are an blue alien beaver and you shoot big flies to defend yourself. The programming and spritework took only two days of hurry, but worked as intended.
Up: Toggle Sniper Mode.
Left-Click: Shoot.
- Clone the repository:
$ git clone 'https://github.com/joli-raster/assaultweaponsbeaver-pgzero' - Go to the cloned repository folder and run the game with
pgzrun main.py.
- Python 3+ for better functionality.
- Pygame Zero (pgzero).