I have no idea what the first game I made was, but whatever it was, it was on a TI99/4a, probably with the built-in BASIC (though later I got the Extended BASIC, which was much better.) I do remember typing in ELIZA from "More BASIC Computer Games," and studying the (extremely opaque) code for hours and hours until I understood how it worked (I was 13 years old or so.) And I remember sending away to some outfit advertising in Compute! magazine for a pamphlet explaining how adventure games like Zork worked. It included a sample game, Deathship, which understood a few verbs and nouns (significant to 2 characters!) More horrendously awful completely uncommented spaghetti BASIC code I spent hours and hours debugging and deciphering.
Turbo Pascal was a big deal for me... I still have a TP 2.0 manual around here somewhere. Wrote lots of partially finished games with that.
Did it help me become a better programmer...? I learned almost everything I know about programming, pretty much, from programming games -- or more accurately, trying to program games. Programming games is probably one of the best ways to learn programming there is. It tends to be somewhat fun, so you keep your interest up, and keep going, and it's demanding, the problems you run into aren't trivial like what you get with school exercises.
There was a long time from about 1994, when I started using linux at home instead of Windows/DOS to about 2005 or so when I didn't do any game programming, because X on linux in the early days was not great performance wise, but recently I've gotten back into it a bit. Latest effort is here: http://wordwarvi.sourceforge.net -- imagine the vi vs. Emacs flame war acted out in the form of the old video game "Defender," and you've got a good idea of what the game is like.