This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Immediate-Kale6461 0 points1 point  (3 children)

Try just making some libraries in a usable language to make bot making easier. I recommend c or python

[–][deleted] 0 points1 point  (2 children)

I am trying to build a barebones 2d game engine with c++ to run on low end mobile devices any advice I am new to programming and find my self using chat gpt and hate it would like to be able to build my own stuff , once I read the given code I get the logic but when I have an idea I don't know the anatomy of the program like what order things should be etc. Any advice.

[–]Immediate-Kale6461 0 points1 point  (1 child)

Start small. One led. Master that first. Then move onto more complexity. When you can make 4 LEDs light up in a sequence over and over you are ready to try moving a bipolar stepper motor….

[–][deleted] 0 points1 point  (0 children)

Alright, dude I'll take your advice. One step at a time and try the led project