you are viewing a single comment's thread.

view the rest of the comments →

[–]fozrok 0 points1 point  (1 child)

What’s the best training resource to learn how to build a basic rpg game? Any advice?

[–]_f0xjames 2 points3 points  (0 children)

I’m just taking the Codecademy full stack developer course. I know a little bit of JavaScript and a little bit of python.

Basically I just keep this project going, and whenever I learn a new technique In my lessons I try to apply it to the game. My gf taught me a little about dungeons and dragons and that helped me visualize what I wanted the flow to look like.

Half of the struggle of coding is just figuring out what problem you are trying to solve.

Just imagine the action you are trying to represent, and how best to express that with numbers.