I have implemented many new features. After battling with boat movement for two weeks, I have implemented path finding that is used for far destinations…
I have worked on polishing, had some bugs fixed. I am also aiming for an upcoming beta version in a couple of next months. You…
I gave Google Gemini a simple task – generate an anchor shape in Lua, specifically in LÖVE (Love2D) engine. This is what Gemini came with…
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.…