sudo apt-get install lua5.3
sudo apt-get install love
git clone https://github.com/vdbalbom/gameafraidofsquares.git
love gameafraidofsquares
love .
brew install lua
brew cask install love
git clone https://github.com/vdbalbom/gameafraidofsquares.git
open -n -a love "gameafraidofsquares"
open -n -a love "."
Action | Control |
---|---|
Move Right | → |
Move Left | ← |
Move Top | ↑ |
Move Down | ↓ |
Grow The Attack Field* | Space |
* Keep pressed to grow and drop to kill the enemies which are inside the Attack Field. Killing enemies at the same time give you more score then kill them one by one.
Created using the programming language Lua and the Game engine LÖVE.