Retro vim motions game with just blocks in zig.
- Movement - Use h/j/k/l to move.
- Defense - Use 'a' to add a defense.
- Enemies - Enemies will spawn randomly and will increase in speed as you progress.
- Goal - Survive as long as possible.
git clone https://github.com/atasoya/zlocks.git
cd zlocks
zig build run
