Hacker News new | ask | show | jobs
by Bossman 5596 days ago
Started with making text adventure games on my TI-83 calc back in freshman year of HS. I was curious as to how games worked and wanted to make my own.

After that, I took a programming class (the first one my HS offered) in Java. It was fun. By the end, I had made a tic tac toe game, a game of hangman, and a couple other smaller projects (was only a semester).

Then, since my school didn't offer any other programming classes, I took an independent study so I could work on learning C++. I didn't get too far with it because there was no structure to it (I used the book and tried to make cool games that often didn't go very far) and I didn't have anyone supervising me that knew C++ or OOP (the guy who sat in the room with me during the study only knew Visual Basic and wasn't a great programmer at all). I did end up making a program to solve limits and basic derivatives of functions for my Calculus II class, though. That was helpful.

From there, I went off to college and started a software engineering degree.