User:Adamoore
From RomeroWiki
Adamoore is a college student at the University of Advancing Technology. He is majoring in Game Design and is currently focusing his studies on writing.
Contents |
Biography
To be included soon.
Game Development
Game Programming
For a while, I was majoring in Computer Science, in hopes of being a game programmer. I later decided that I'd much rather design games than program someone else's design. However, I did learn some programming languages. I haven't programmed in a while, so my knowledge of some may be rusty (especially PASCAL).
Languages
PASCAL
I took a class on this sometime in about the late 1990's in high school. Aside from doing the assignments for class, I made a text-based sword-fighting game that was like a complex form of Rock Paper Scissors. Unfortunately, I no longer have the source code to share.
Visual BASIC .NET
I had to use this for a class I took at Iowa State University. One memorable assignment was a graphical Tic-Tac-Toe game. It was designed for 1 or 2 players. The instructor practically handed the program to the class on a silver platter because the day he assigned it, about 20 out of 200 students attended class (it was an 8am class). I went a little beyond what he assigned for the computer's choices. He had it just pick an empty box unless it could win, then it would choose the winning box. I added a check so that the computer would block the player from making winning moves.
C++
Fun language. I had to use it for a couple of classes. I didn't do anything exciting with this language that I can recall.
C
I know a little C because I know some C++. I've also fiddled around with the source code of some MUDs.
