Godot is a cross-platform video game engine and integrated game development environment. According to the Godot Documentation section, "It provides a comprehensive set of common tools, so users can focus on making games without having to reinvent the wheel." All the assets that define a game (scripts, scene descriptions, level information, music, graphics files) are stored in a special folder...
Love is an engine for creating two dimensional video games using the Lua programming language. It is permissively licensed, meaning that it can be used free of charge for any purpose (including developing commercial applications). The Examples section on the front page of the website gives a flavor of Love development by presenting snippets to display text, show an image, and play a sound. On the...