13
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 27 Jun 2023
13 points (100.0% liked)
Programming
13361 readers
1 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 1 year ago
MODERATORS
Hit their message board and wiki. Love's community is pretty patient with beginners. You can also look into any of the tutorials listed on awesome-love2D.
As for level-making, love has a library for loading maps made in Tiled. Or you can go old-school and stuff a grid of ASCII characters in a file then map them to graphical tiles.