Van-Tramp
Well-known member
In early 2017, and at 45 years old, I closed up my old company that provided my sole income and began learning a new language, a computer programming language. After doing a bit of research I found that C# (pronounced "C Sharp") best fit what I wanted to do. What did I want to do? Originally, to make indie-games for the PC. C# is the cousin to the bigger and badder C++ which is a bit more hard core. C# does everything C++ does, but with less stress about memory management, which it does automatically without my having to tell it everything. That, to me, was a big plus.
First things first, you can learn to code for free. The programs you require to wrote code and compile just about anything you want are all free! Check out Microsoft's Visual Studio to start, although there are others. You do not even need a powerful computer to do this, even an older laptop will do.
So I went to school learning C# by using the free tutorials I found online. First, I wanted a reputable tutor, not just any tween with a YouTube account, so I started with the absolute beginner videos at Microsoft University. This even got me acquainted with the software I would be using to writing code. I finished those with a lot of questions in my head, so I just kept watching other beginner-level videos online. Another extremely simple one that I enjoyed is this one, super simple but very informative. Take notes while watching these videos. I had a huge cheat-sheet of functions built up before I finished the videos. A huge help in the coming months.
I watched video after video, and then wrote my first program. It was a simple game by today's standards, but it was a big one for me. This was only months after starting to learn to code, and I was writing my own game. I learned a ton doing that, with constant barriers being run into, I did a lot of google-searches to find the solutions. Thanks to Q&A sites like Stack Overflow I was getting questions answered easily and learning more and more every day. Anyway, after a month or two I finished my game and it worked! It isn't sell-able or anything but I proved to myself I could do it.
First things first, you can learn to code for free. The programs you require to wrote code and compile just about anything you want are all free! Check out Microsoft's Visual Studio to start, although there are others. You do not even need a powerful computer to do this, even an older laptop will do.
So I went to school learning C# by using the free tutorials I found online. First, I wanted a reputable tutor, not just any tween with a YouTube account, so I started with the absolute beginner videos at Microsoft University. This even got me acquainted with the software I would be using to writing code. I finished those with a lot of questions in my head, so I just kept watching other beginner-level videos online. Another extremely simple one that I enjoyed is this one, super simple but very informative. Take notes while watching these videos. I had a huge cheat-sheet of functions built up before I finished the videos. A huge help in the coming months.
I watched video after video, and then wrote my first program. It was a simple game by today's standards, but it was a big one for me. This was only months after starting to learn to code, and I was writing my own game. I learned a ton doing that, with constant barriers being run into, I did a lot of google-searches to find the solutions. Thanks to Q&A sites like Stack Overflow I was getting questions answered easily and learning more and more every day. Anyway, after a month or two I finished my game and it worked! It isn't sell-able or anything but I proved to myself I could do it.