this post was submitted on 26 Jul 2023
32 points (100.0% liked)

Autism

6556 readers
7 users here now

A community for respectful discussion and memes related to autism acceptance. All neurotypes are welcome.

We have created our own instance! Visit Autism Place the following community for more info.

Community:

Values

  • Acceptance
  • Openness
  • Understanding
  • Equality
  • Reciprocity
  • Mutuality
  • Love

Rules

  1. No abusive, derogatory, or offensive post/comments e.g: racism, sexism, religious hatred, homophobia, gatekeeping, trolling.
  2. Posts must be related to autism, off-topic discussions happen in the matrix chat.
  3. Your posts must include a text body. It doesn't have to be long, it just needs to be descriptive.
  4. Do not request donations.
  5. Be respectful in discussions.
  6. Do not post misinformation.
  7. Mark NSFW content accordingly.
  8. Do not promote Autism Speaks.
  9. General Lemmy World rules.

Encouraged

  1. Open acceptance of all autism levels as a respectable neurotype.
  2. Funny memes.
  3. Respectful venting.
  4. Describe posts of pictures/memes using text in the body for our visually impaired users.
  5. Welcoming and accepting attitudes.
  6. Questions regarding autism.
  7. Questions on confusing situations.
  8. Seeking and sharing support.
  9. Engagement in our community's values.
  10. Expressing a difference of opinion without directly insulting another user.
  11. Please report questionable posts and let the mods deal with it. Chat Room
  • We have a chat room! Want to engage in dialogue? Come join us at the community's Matrix Chat.

.

Helpful Resources

founded 1 year ago
MODERATORS
 

Mine is currently drawing animals*

Edit: aninals to animals....

you are viewing a single comment's thread
view the rest of the comments
[–] SuddenDownpour@lemmy.world 2 points 1 year ago

You are going to be short-handed on tools to do that if you stick to Python, though Python is great to get introduced to programming. C++ and C# are going to allow you to work with the most used game engines in the market, but if you're just starting to learn, you're pretty far away from getting to your goal anyway.

A sensible route to take would be making some scripts in Python, then small apps in C, then small apps in C++, then a very small game on Unity, Unreal or Godot. Completing each of these milestones means that you have (or should have) learned either technical capabilities or philosophy of design that you are going to need for a very large piece of software with intricate logic. The extra neat part is that, if you give it up at some step of the way, you have still learned useful stuff. If you need extra motivation for things that do not seem to be too related to your ultimate goal, conceptualize those scripts or small apps as prototypes of modules of your dream game.