Releases: prust/beast.c
Releases · prust/beast.c
v0.2.0: 2-Player, Static Blocks, Brick Pulling
Added:
- Ability to toggle 2-player mode (by pressing "2")
- Ability to pull blocks (by holding down the spacebar)
- Static block borders and 10 static blocks in playing field
Internal:
- Did a few refactors, the biggest one being a separate grid array of pointers to all different entity types so we can easily see if anything is in a certain position on the grid
v0.1.1: Windows support
Added Windows support (via fixing compile errors on msys2)
v0.1.0: Initial Release (macOS only)
This version is quite playable, though it does abruptly quit when you die and, if you kill all the beasts, it doesn't auto-start again with increased difficulty.