How did you learn to make games in Löve2D and what do you advice me as a beginner?
Hi everybody, I'm new here, some days ago I downloaded Löve2D to learn make games. I've never created a videogame before, but I know some basics concepts about programming (like variables, loops, conditionals, arrays, etc.) and also I've made some basic things in C++ in the university (also in Java and C#, but I've forgotten the syntax of those programming languages).
I've started learning the syntax of Lua while I was watching some tutorials on YouTube and reading Löve2D's wiki. And I made some basic things like draw a square, draw a text, draw a image, also moving the square with the keyboard and changing the size of the window.
Here is a screenshot of what I did (also here is the code):
The problem is I don't know how to continue learning, I don't know what's the next concept to learn, if learn how to animate a sprite or how to make collisions or start making a basic game like Pong.
So I'm interested what was the order that you followed to learn make games in Löve2D and what advices can you give me.
(Sorry for my English, by the way).