For a long time I have been working on various game dev projects, but most of them stayed in prototype phase. Last year I started…
Path finding and navigation in Lua can be tricky. Check this simple tutorial on using Jumper library.
How easy is it to create distributable game from Love2D source code and what platforms you can distribute your LÖVE game on? There are many questions…
Simple state switcher class for Love2D / Lua that uses one file per state. It completely covers Love 2D state management for the game developers.…