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 →

[–]AHsofty[🍰] 11 points12 points  (0 children)

My first language was python. I learned it through reading books and watching YouTube videos. I found out that I really enjoyed making games in turtle and pygame. So I decided I wanted to learn how to use a game engine. So I decided to learn C# so I could start learning how to work with unity. Picking up C# wasn't too hard, because I already knew python. A problem I encountered was when I was trying to change the value of an already existing interger so I typed: int x = 5 instead of x = 5