Tag: lua

  • Generative Circles

    I played around some more and made a little program to generate circles which do not overlap. This is a little different than the one that just generates totally random circles. I should combine several of these in to one app instead.

  • Random Walk

    I was playing with love2d some more and made a simple random walk implementation. It starts with a random spot in a grid, and moves a single square in a random direction for many iterations. This type of algorithm can be used to generate caves and other things for games where continuity is needed. Github…

  • Love2d Air Hockey Game

    I’ve been playing around some more with the Love2d game framework and made a little 2 player vs air hockey game using the touchscreen. It was neat to experiment with the physics engine using some simple shapes. It was pretty easy to jump in to using, but creating more complex shapes seems difficult. I haven’t…

  • Love2d Magic Shapes

    Simon likes to grab at my cellphone. I saw there a few baby touch games on the playstore, like Frankie’s Baby Fireworks! which he enjoys, so I thought it would be fun to make one of my own using Love2d. Github Page This game makes sounds as long as you touch the screen and shows…