this post was submitted on 10 Feb 2026
6 points (100.0% liked)

WebDev

1322 readers
1 users here now

Community for all things Web Development related.

founded 2 years ago
MODERATORS
 

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

top 4 comments
sorted by: hot top controversial new old
[–] Little8Lost@lemmy.world 5 points 2 weeks ago

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 points 2 weeks ago (1 children)

Download godot and start messing around with it

[–] lehan0172648@lemmy.world 1 points 2 weeks ago* (last edited 5 days ago)
[–] Ftumch@lemmy.dbzer0.com 2 points 2 weeks ago* (last edited 2 weeks ago)

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