A personal playground for learning Lua and experimenting with Love2D game framework.
This repository contains various Lua projects and Love2D experiments as I explore the language and framework. It's a space to learn, test ideas, and build small projects.
src/lua/- Pure Lua scripts and exercisessrc/tut/love2d/- Love2D game projects and tutorialsball/- Adding ai, buttons, collision detection, and menus experimentdesert/- Desert-themed game projectplayground/- Miscellaneous Love2D experiments
To run Love2D projects, you'll need:
- Love2D game framework installed
Then navigate to any project directory and run:
love .
- Master Lua fundamentals
- Understand Love2D framework and game development concepts
- Build small interactive projects
Feel free to explore, experiment, and learn!