Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
Deleted 1 year ago
(1 edit) (+1)

For learning lua: https://www.lua.org/pil/contents.html
For learning Love2D:
http://www.osmstudios.com/tutorials/your-first-love2d-game-in-200-lines-part-1-o...

https://love2d.org/forums/viewtopic.php?t=83001

Although there are probably lots of other tutorials. 

A good list of modules/ libraries/IDEs:
https://github.com/love2d-community/awesome-love2d/blob/master/README.md
Some of my favorites are:
classic - OOP
bump - collisions
HC - more complex collisions 
hump.vector - Vectors 
hump.camera - Camera
lume - general helper functions 
tween.lua - tweening
statemachine.lua - finite state machine 
baton - input

For an IDE I use VS Code to edit code and ZeroBrane Studio when I want to print to console. 


Hope this helps

Deleted 1 year ago