Game Making

I want to create a game. How could i start this?

6 points · 3 comments · view on lemmy.world

3 Comments

Little8Lost@lemmy.world · 5 pts · 190d

Try to learn git (i suggest using Codeberg instead of github). You will make mistakes and it helps you revert to a time when your game worked and testing out possible mistakes without duplicating the entire folder X times.           

Use as little AI as possible. If not for moral reasons then for it making activly stupid and low skilled. Its a move fast, break things and learn nothing approach to use AI instead of the slow but steady brain.             

Use begginner tutorials for a jumpstart, they are here for that reason.            

Maybe try something small at first like a CONVERTER THAT REVERSES CAPS LOG TEXT or a calculator that only can addition. (the second is easier i think)       

hamms@programming.dev · 4 pts · 190d (1 reply)

Download godot and start messing around with it

lehan0172648@lemmy.world · 1 pts · 190d
[ removed ]
Ftumch@lemmy.dbzer0.com · 3 pts · 190d

If you want to make 2D games the LÖVE engine is pretty neat. It's what was used to make Balatro.