Done with PiDefender
I managed to finish PiDefender almost a week in advance after I decided to exclude a lot of features. The last thing I worked on was a giant AOE that kills all enemies. Here's a gif that shows an older work in progress.
I'm now planning to use #1gamcrunch to create a prototype for my February game. So, expect another blog post on Sunday.
What is PiDfender?
PiDefender is a top-down space shooter. The player controls a cannon by moving the mouse around. The goal is to hold out as long as possible by killing the enemies.
Screenshots
Screenshots
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