this post was submitted on 14 Feb 2024
19 points (100.0% liked)

askchapo

22524 readers
56 users here now

Ask Hexbear is the place to ask and answer ~~thought-provoking~~ questions.

Rules:

  1. Posts must ask a question.

  2. If the question asked is serious, answer seriously.

  3. Questions where you want to learn more about socialism are allowed, but questions in bad faith are not.

  4. Try [email protected] if you're having questions about regarding moderation, site policy, the site itself, development, volunteering or the mod team.

  5. Posts about mental health should go in [email protected] you are loved here :meow-hug: but !mentalhealth is much better equipped to help you out <3.

founded 4 years ago
MODERATORS
 

Like the title says. I don't know how to program or what even goes into making a game. Does anybody have a good guide, study class, or even videos that can teach me how. Also good programs to use like unity or unreal or whatever makes vidya games tick.

all 6 comments
sorted by: hot top controversial new old
[–] [email protected] 7 points 9 months ago

Start with Godot. It's much simpler than unity or unreal and read the starting guide here. Look up concepts you don't know and stay with the guide from tip to tail and you'll be fine. https://docs.godotengine.org/en/stable/

[–] [email protected] 5 points 9 months ago* (last edited 9 months ago)

There's a free online book, Invent Your Own Computer Games with Python, which is a gentle introduction to programming. It starts with much simpler games than engine tutorials do, in a very intuitive language and I might start there to see if there's real interest or aptitude before moving on to an engine (Godot looks cool).

[–] [email protected] 4 points 9 months ago

I've not used it, but Godot looks fun and approachable and iirc it's open source

[–] [email protected] 3 points 9 months ago
[–] [email protected] 3 points 9 months ago

in addition to coding, you should also think critically about mechanics and stuff. doesn't matter how well you can code race cars if you don't know what makes a fun track.

some games have robust modding tools, something like starcraft's custom scenarios or mario maker in your target genre would be a way to think about that stuff without having to get everything together from scratch