Skip to content

Kolbxyz/Lua-RPG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lua RPG

This project's goal is to create a RPG from scratch, in lua, using the Löve2D framework.

Usage

This project is designed to be as simple as possible to be compiled and run. However, since windows remains a piece of garbage and because I'm too lazy to write a script for that, compilation currently only works on linux. If you want to try the project on windows anyway, you can compile the project by yourself with the Love2D framework available for free here. Another option is to use Windows Subsystem for Linux (WSL) which works decently although it seems not to detect graphical dev (which ig makes sense).

If you're on Linux however, things get much simpler, just do ./launch and... that's it, really! You may get a warning about FUSE not being installed, execute the following commands and you should be good to go!
$ sudo add-apt-repository universe
$ sudo apt install libfuse2

Hope you enjoy!

Progress

🟢 load tilemaps / render quads
🟢 save data / load data
🟢 camera
🟢 music
🟢 basic rendering
🟢 character spritesheet rendering and animations
🟠 inventory
🟠 map
🔴 advanced dialogs (this one's gonna be very fun to do)
🔴 quests
🔴 battles & enemies
🔴 levels
🔴 exploration
🔴 user interface
🔴 actual sprites & textures
🔴 story
🔵... more to come

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 2

  •  
  •