• rovingnothing29@lemmy.world
      link
      fedilink
      arrow-up
      12
      arrow-down
      1
      ·
      5 months ago

      “Automate the boring stuff with python” to start. As an added bonus you’ll have more downtime as you go.

    • slazer2au@lemmy.world
      link
      fedilink
      English
      arrow-up
      8
      arrow-down
      1
      ·
      5 months ago

      Start by using an existing engine like renpy to get flow and math. Then expand to other engines.

    • Human@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      5
      ·
      5 months ago

      I would start (if you havent already) with an introduction to CS. You can take CS50 for free online - https://cs50.harvard.edu/x/2025/.

      I dont think they cover much C# (I took the 2020 course and they didnt) but they do introduce you to C, C++, Python, html, etc. They provide github codespaces available for anyone for free, so you can complete the weekly labs and problem sets offered in the course. It really is a good jumping off point.

    • rmuk@feddit.uk
      link
      fedilink
      English
      arrow-up
      3
      ·
      5 months ago

      Be sure to regularly defrag your C: drive or things might slow down.

    • RandomVideos@programming.dev
      cake
      link
      fedilink
      arrow-up
      2
      ·
      5 months ago

      Code looks more terrifying than it actually is

      After learning the basics of a programming language, you could try using a game engine like Unity or Godot to not have to code a lot of more complicated things like displaying things and collisions

    • partial_accumen@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      5 months ago

      I know a bit of python and ruby, but doing something similar except I’m writing it in BASIC on a Commodore 64 and am going to attempt to refactor it assembly. I have most of the BASIC version working now.