So what good open source game engine sare out there i know about things like godot but are there any others? i keep wanting to make a game but coding just gos right over my head but still i want to mak eone. it dosent help how my pc is low-end-ish (8gb of ram, windows 10, nvidia 1030 card).

im not even sure how to code or if there is a more visaul way to make games, i would prefer 2d btw becasue it seems easyier for beginner. im not even sure why i want to make a game but i just do maybe becasue im a nerd-ish and it give sme a goal/hobby.

also please share anything you feel is needed aswell and remeber im bascily a absolute beginner who dreams way too big.

    • nyan@lemmy.cafe
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      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.

    • awth13
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      You can take this course to acquaint yourself with the basics of Love2D and gamedev in general. If you’ve never done programming before, you might also want to look into CS50 Introduction to Computer Science. These courses are free, well-made, and aimed at people who are new to programming. There is a a CS50 Discord server where you can ask questions and discuss the courses with other students.