I always liked to program. I coded in BASIC and then in assembler on the C64 for years when I was a child.
I met C when I was 12, but my mind did not get it, as I could not grasp the very fact that another language could even exist.
Then, I went to the university, and I learned Fortran, but it wasn't good. But there was internet, and so the chats (you had to use telnet to connect)
I wasted my time on these chats, and I got curious about understanding how they worked. They told me you could download the code, so I did it, and started peeking into it. The chat was quite similar to a textual adventure, and I wanted to make it even more similar, like, you know, those things that were first called MUD and then MMORPG.
So I started coding it. At first, I just translated the messages in my native language. As I delved more into the 7000 lines of code, and started reading some C books, I learned C.
So basically it was to fuel my preferred way of wasting time: chatting ;)