This is the very first well pulished game progect i made while learnig love 2d and programing on my mobile.
Others would have gone for something simple like astroids or a very basic platfomer (with a white cube as the player) for there first game, but I gave myself a way bigger project even it being at the very early stage of me learning love2d and lua B-).
Because this project was done entirely without a pc, there were very big issues like:
…But even without the support a pc, after 2 MONTHS the game project was completed, with a ton of help form my younger brother (rampage) in the arts department
You can view the complete code repository here or download the apk here
Fixing a very terrible bug that threatened the project at the early stage of development. The window would clip a small piece of it self to the left top corner of the screen, leaving the wireframe of the collision blocks. The bug happened when i (inevitably) scaled the camera aand map to values like 0.1, 0.2,…0.9
More progress… BTW, one mobile there is no windows or menu for debugging on the console so i have to manually place my variables on the screen so i can debug, and thats why my screen is so messy in development(and I also think it looks cool B-))
More and more progress… fixing issues with shooting
RIP small screen :-(
The main menu ;-)
You can view the complete code repository here or download the apk here