Twenty Taps
About
This is a simple game that was created using only 20 lines of code!
I considered a line to be where a semi-colon was used, excluding for loops.
You have 20 lives, and must get through 20 levels.
No sprites were used in the making of this game because apparently I hate myself. You could just as easily copy and paste the 20 lines of code into a new project and have it run perfectly. Though the default font and lack of sounds makes it less enjoyable.
To do this you just need to create a new project, add an object called 'obj' and paste the 20 lines into the draw event. I did notice that having such dense code like this makes the editor run slowly so be warned.
If you'd like to add sounds / fonts just create the resources and set them to whatever you want, though the names of the resources must be the same:
bg_music, snd_hit, snd_shoot, snd_die
fnt_main, fnt_about