Practice using LÖVE to create a game with tiling using tutorial by kikito
Manual of Lua: https://www.lua.org/manual/5.3/manual.html
main.lua is the main file for any games created using LÖVE. How to run game:
cd /path/to/folder/with/main.lua
love .
(To add to PATH in Mac: export PATH=$PATH:/Applications/love.app/Contents/MacOS/
To make the change permanent, you will have to add that line to your ~/.profile file.)
12x12 RPG Tileset by Cyporkador https://cypor.itch.io/12x12-rpg-tileset