vote up 18 vote down star
3

If you can remember that far back, what did the first computer program you ever wrote do (once you had finished debugging it)?

flag

82 Answers

vote up 0 vote down

I spent about 4 hours type hex characters in to a Commodore VIC20 for a trek game. I had to start all over again when my wife tripped over the power cord while saving it to audio tape.

link|flag
vote up 0 vote down

Visual Basic 6. Used the KeyDown event to move a PictureBox around the screen. It was the demo lesson for this not-all-that-informative-but-good-at-getting-you-into-programming game development for kids course that I took.

link|flag
vote up 0 vote down

Cobol program on cards at university. I quit the course. But the next year we got terminals so I majored in computer science. Basic was our first course so I think Hello World was my first termnial program.

link|flag
vote up 0 vote down

I guess my very first "program" was to solve a standard quadratic equation (ax^2 + bx + c).

Next one was a character mode address book with menu system and some nice animations.

Third one was a graphical poker slot game.

All of these were written MSX2 BASIC and I miss sorely that I've since lost the sources to these.

link|flag
vote up 0 vote down

I started programming by modifying Games on the C64, which were written in Basic. Like giving myself $10000 instead of $100 for the start. After that I created some small quiz games myself in Basic. Pretty basic stuff and really ugly code, but well, I was still at school at that time and about 11 years old I guess.

link|flag
show 1 more comment
vote up 0 vote down

I think my first program was a simple text adventure game. It used basic console instructions for printing text and getting input. I copied the instructions from some code I had got from my friend who also gave me some version of Turbo Pascal. I didn't even know how to clear screen or do a loop so I had 25 lines of empty WriteLn commands for every clear screen.

link|flag
vote up 0 vote down

Mine?

10 PRINT "HELLO!"
20 GOTO 10

I guess ... can't really remember if it was "HELLO!" or "Hello!" or something else... :)

link|flag
vote up 1 vote down

A mIRC script that used sockets to connect/login to a website and dynamically 'vote' on a specified list of url-profiles. I had written a few other very very basic scripts in mirc before this, but that was the first that did anything significant.

link|flag
vote up 0 vote down

Well, after 10 PRINT "NICK"; 20 GOTO 10... first proper program (if you can call it that) was "Transversion" for the ZX Spectrum in 1984. I think we made £300 for it, which was, frankly, a fortune back in the days of paper rounds.

Just Googled it and found a poor remake: http://gameszoo.altervista.org/game.php?gid=jtransversion.

Not yet available on the Wii.

link|flag
vote up 0 vote down

I made a qbasic program, under MS-DOS, to play a little motive.

link|flag
vote up 2 vote down

BASIC, 1982, I was 8 yrs old, a small program asking for 2 numbers and then adding them.

I thought loops were the coolest thing on the face of the earth...

link|flag
show 2 more comments
vote up 0 vote down

My first computer program got, as input, three real numbers A,B,C and computed the roots of the square equation
Ax^2 + Bx + C = 0
The program knew only to handle the case of
B^2 - 4AC >= 0 (i.e. only real roots)

The program was written at July 1969 in FORTRAN IV, using punched cards. It ran on the CDC 6400 computer belonging to the Hebrew University in Jerusalem, Israel. I was 12.5 years old at the time. The computer's memory capacity at the time was 32K 60-bit words (equivalent to 240K 8-bit bytes).

link|flag
vote up 0 vote down

Crashed the PC. What else?.

EDIT: It was intentional.

link|flag
vote up 0 vote down

My first program that I recall - other than exercises from books and other trivial projects - was a "Breakout" game for the Atari 800xl (circa 1987). I had recently learned in high school physics class that "angle of incidence equals angle of reflection", and that was all the physics I needed to build a Breakout clone.

I did a few more games after that, including a Pong clone (as I already had the bouncing ball math figured out, that's half the work done...), TRON-style light cycles, and a four-colour paint program with circle, ellipse, and line drawing commands.

When I switched to an MS-DOS machine a year or two later, I wrote a Dungeons & Dragons character generator in "Turbo" C - it would provide random numbers for such stats as strength, wisdom, etc., suggest a character name (by throwing random letters together), and then display a printable "character sheet".

The first program I actually received money for writing was an IRC (chat) bot.

link|flag
vote up 1 vote down

I drew a square, in LOGO.

Probably along the lines of:

FORWARD 100
RIGHT 90
FORWARD 100
RIGHT 90
FORWARD 100
RIGHT 90
FORWARD 100
link|flag
vote up 0 vote down

My very first program was written in some version of BASIC running on a PDP-11. It rolled up D&D characters. I can still remember wondering why "FOR X=1 TO 6" wasn't returning a random number... Those were in the days when the teacher kept all the manuals locked in the server room.

My second program attached to one of the other terminals and set itself up as a keylogger grabbing passwords. The only password I ever let it grab was my own, of course.

Good times.

link|flag
vote up 0 vote down

I had plenty of random Atari BASIC experiments in my youth, but my first real program was an Basic XL-based Atari 800 drawing application that used the joystick to move around a blinking cursor (I think I used the player/missile support for this so it woudln't overwrite the graphics on the screen). You could draw by holding the joystick button, and keys on the keyboard would give you some primitives, like lines, circles, and text. I implemented the circle drawing using about 36 segments calculated using sine and cosine functions, while the text was plotted dot-by-dot after reading the bitmaps out of the Atari's character font. It also supported save and load for pictures. It was rather slow, but I was proud of it and I gave copies to my friends who also had Atari systems.

My first complex game was something called "Camel Racers" that was notable for its use of redefined character sets. However, there was very little game play in it, since you didn't have enemies and the race wasn't timed.

link|flag
vote up 0 vote down

Turbo Pascal (can't remember what version) on 386 MHz PC with 16 MB ram, and 70 MB HDD, I wrote a game which let use guess random number between 1 and (depend on level which is selected: easy - ..100, hard - ..1000, expert - ...10000, insane - ..100000). After user guess it said (the number is bigger/lower). It was just simple game. :) but it was fun ;) Latter on I wrote a snake game .

link|flag
vote up 0 vote down

It was in Algol, in 1965, and it printed a 12x12 multiplication table.

For criminy's sake :-<

link|flag
vote up 0 vote down

I wrote a program that printed "X"s in a loop (in QBASIC on a 286). The next step was randomizing their color.

link|flag
vote up 2 vote down

A ticker that showed promotional messages for a non-profit organization in my neighbourhood. It was written in basic on a C64. I had to turn my television/monitor so it faced the window so people could actually see it. If anyone saw it at all ;-)

link|flag
vote up 0 vote down

Well it would have been about 30 years ago when I went to upper school and there was an optional lunchtime computer class run by a maths teacher. We had a 'portable' terminal with acoustic coupler that connected to the local college mini. I remember that a fair few turned up at first, but after a few weeks it was just two of us hacking away on the terminal almost every day. We were writing in Basic and producing lots of thermal printout.

I can't remember what the first program would have been, but probably something like Hello World, followed by some simple calculations. ASCII art also featured strongly.

Ah, nostalgia.

link|flag
vote up 0 vote down

It would have been pretty much like:

10 play "e9e9e7e9e9e7e9f9c9d9e7"

Jingle Bells in gw-basic :D

link|flag
vote up 0 vote down

Turbo Pascal 5, and apart from hello world my first real program was

  • handling orders (copied the layout of the order form on text mode screen) saved them into files (one each month)
  • printed them onto order form
  • had drop down type lists for types of products
  • did a balance sheet for month end

After 2 years got replaced by SAP system :-( big fish eats small fish :-)

link|flag
vote up 0 vote down

Guess a number between 1 and 100

link|flag
show 1 more comment
vote up 1 vote down

It was a program asking you how you felt, and the answer was different whether you said something like good ("well, that's great!") or bad ("ooooh, too bad, sorry for you!").

I think I was twelve, in GWBASIC, on a PC XT @8MHz with amber screen and Hercules gfx card.

After I saw I could start from nothing and create something that, well, worked (?), I was hooked on programming.

From there I tried to "re-make" every single program or game I liked in BASIC, such as Car Wars, Bomberman, Slot Racer (an old atari 2600 2-player game). I remember I made a "level editor" (well, sort of) in character mode for Slot Racer and Bomberman. My skills were so poor at the time, needless to say my remakes were not so great, graphics- and playability-wise :D

link|flag
vote up 0 vote down

Mine made a Jeroo hop around a screen.

link|flag
vote up 0 vote down

I wrote a S/34 in RPG program to list dirty words on a 24x80 green screen. George Carlin would have been proud.

link|flag
vote up 3 vote down

I didn't consider myself actually programming until I picked up The C Programming Language by K&R in high school and I made this silly thing, but thinking back to the good old days, I did have some fun with hypercard in 6th grade, where I made a rhythm quiz game -- it generated a measure full of different note values and you had to guess the time signature.

And then I implemented BomberMan in StarCraft, among other things. StarCraft is totally a programming language, right?

link|flag
vote up 0 vote down

I started with html, not a programming language I know, but soon after was writing very simple cgi in perlscript. I dont remember exactly the first one, but it was probably along the lines of sending an email on form submission.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.