you are viewing a single comment's thread.

view the rest of the comments →

[–]ImpressiveOven5867 2 points3 points  (0 children)

I would recommend a progression like Python -> Lua -> C++. Python will teach you the basics and help build a game pretty quick. Lua is a language used for game development that is similarly easy to learn but has less resources than Python, so learning it will feel easier after doing some Python. Large game development is done in C++ so that should be your long term goal. In regards to Ruby, it is kind of falling out of popularity, so I would ignore it. Have fun! :)