Log In  


Cart #37025 | 2017-02-01 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

Here's a small cart I made to teach programming to a friend.
It's far from complete, and I'll post more updates as they make progress.

I restrained myself from using lua tricks like coroutines, metatables, and abusive oop, so the code could be kept as much approachable as possible.

Direction keys to move, C/Z to cycle lifes.

5


good work... and the code looks very clean


Very nice. Looks great, plays great. Love the "give" in the control motion. And tricky fun too!

Slap a title screen and a game over screen with some score stuff and you got yourself a full release!


Nice addictive game! I have a question, what does it mean when you define a function like that?
function plane:update( )



[Please log in to post a comment]