PiDefender Week 1
1 min read
Originally, this was going to be called HeartDefender, but I had to ditch the Heart because my time this month in somewhat limited. Now it’s just circles. Anyway, here’s PiDefender:
The player is using the mouse to control his ship. This, in turn, controls the cannon, which is the primary weapon against the enemies. The player has to guide the cannon while avoiding the enemies.
The game is obviously a work in progress. Both graphics wise and gameplay wise. At the end of January, there will be multiple enemy types and different ammunition types to choose from. The rest is just juice that’s missing.
Running the game
To run the game:
- On Linux, use
love /path/to/game.love
to run the game. - On Windows use
love C:\path\to\game.love
, double click the file, or drag the .love file onto love.exe - On Mac use
open -n -a love "/home/path/to/game"
or drag the .love file onto the Love.app application bundle