Jump to content
IGNORED

Chronogamer - Basic Programming (Atari VCS, 1979)


RSS Bot

Recommended Posts

Rather than a lengthy compare/contrast of Computer Intro and Basic Programming, like I had intended, I decided to look at each individually. Initially, my first attempts to write about the two displayed a tendancy to bash Atari's offering for merely being unlike Odyssey^2's offering. I decided it didn't make for a fair comparison, nor was it very fun to write, so, I'm doing it this way instead.

 

Basic Programming (Atari VCS, 1979)

 

Machine Gun KittyKats was the name of the game I was going to write using Basic Programming for the Atari VCS. My friend, George, had come up with the idea when I told him about the Basic Programming cart one could get for the Atari VCS. We envisioned two "combat-sized" cats, running around a "combat-like" playfield, shooting at each other using missiles and sound effects like those found in the air-combat portion of the Combat cartridge. We didn't consider these aspirations to be too ambitious.

 

When I finally got a copy of Basic Programming (Xmas of '82?) and I got to "play" with it, I was crushed. There would be no Machine Gun KittyKats using this cart. :( The $60 I seem to remember my parents having spent for this cart was completely wasted. The program and manual seemed to contain a lot of information, but it was obvious to me that all the information couldn't change the fact that I couldn't make a game with this cart. The included keyboard controllers were also pretty much useless as I didn't own any other carts that used them. Back in the day, Basic Programming was a cart I put in once or twice, only to feel disappointment and even betrayal.

 

Of course, I was missing the whole point. While neither a game nor a programming tool, Basic Programming was an attempt by Atari to live up to the name of its system: the Atari Video Computer System. Basic Programming might have actually taught a really bright and motivated person the barest basics of programming, which they probably already knew. The rest of us just got pissed-off.

 

But let's focus more on the positives, shall we?

 

One of the cool things about the cart is the way it uses the keyboard controllers. Two keyboard controllers, when locked together, make a handy, 24-key keyboard. Basic Programming turns that 24-key keyboard into an 80-or-so-key keyboard by implementing a mode-switching cursor. Change the color of the cursor on-screen and you change the layout of the keyboard. The keyboard overlays are a nice way to keep track of these different layouts. By labeling each key with its color-coded functions, it isn't hard to get around in the interface. The different layouts also save people from having to type in every character by implementing a keyword token system. Instead of having to type out the word "print" one need only change the cursor to the appropriate color and hit the key for "print". This couldn't have been a "resource cheap" feature to implement, but not knowing much about the Atari innards, I'll leave it at that.

 

The system provides all the concepts of a program; variables, branching, a grid system for barely-minimal graphics, music functionality, collision detection and even a memory stack. As a programming "environment", surprisingly, it utilizes a "windowing" system allowing a user to open and close the display of different data sections. If you want to see the status of your variables while running your program, you can do so. If you want only the graphics display to cover the screen, you can do that too. In fact, I would describe this aspect of the system as "slightly prophetic" and maybe even "ahead of its time".

 

With the memories I had of this cartridge as a teen, I thought I would have some rather acerbic commentary to make about Basic Programming. After learning a little bit more about the limitations of the VCS and after messing around with this cart again, I'm much more impressed. That being said, however, overall, I would criticize it as only being interesting to the people who already know something about programming in the first place! For a true novice, I do not see this cartridge as being beneficial.

 

If the intent of Basic Programming is to be cool, I think it succeeds. If its intent is to teach or to inspire a beginner to learn, I think that 90% of the time, it would fail.

 

Next entry, I'll do Computer Intro for the Odyssey^2.

 

http://www.atariage.com/forums/index.php?a...;showentry=3041

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...