Search found 3 matches

by Master Malakai
Fri Sep 21, 2018 5:14 am
Forum: General
Topic: #Game State Machine# help required!!
Replies: 3
Views: 4883

Re: #Game State Machine# help required!!

Inside the main main.lua file, that is to say the one that shares folder space with the states and sprites folder, there is a function, loadState, that accepts a 'name' string argument. The function sets out a file path: function loadState(name) clearLoveCallbacks() local path = "states/" ...
by Master Malakai
Tue Sep 18, 2018 12:45 am
Forum: General
Topic: How exactly should I learn
Replies: 18
Views: 21493

Re: How exactly should I learn

Im in the same boat. Firts of all go to udemy and but kyles love2d course, Im pretty sure there's only one so far so you cant miss it. Helped me a ton. Started with a simple clicker, did a top down shooter, then finishes with a platformer. Everyrhing you learn in the three gives you some basic level...
by Master Malakai
Sun Sep 16, 2018 7:02 am
Forum: General
Topic: #Game State Machine# help required!!
Replies: 3
Views: 4883

#Game State Machine# help required!!

So I pulled some code from a tutorial made by a fellah named Goature. Here's the link to the video: https://www.youtube.com/watch?v=L_OrFXyorwI&list=PL924F20B05A624D91&index=15 Here's my giHub with current state of the "game": https://github.com/MasterMalakai/My-Basic-Game So far i...