Skip to content

kx-shi/love-tiling-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

love-tiling-game

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

Basics of LÖVE

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.)

Assets

12x12 RPG Tileset by Cyporkador https://cypor.itch.io/12x12-rpg-tileset

About

Practice using LÖVE to create a game with tiling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published