Useful
Inventions
Favorite
Quotes
Game
Design
Atari
Memories
Personal
Pages

Game Standards and Procedures

Atari 2600 VCS

10/26/87

As an Amazon Associate I earn from qualifying purchases.

Table of Contents

 

Amazon Stuff

The following documents the user interface desired for 2600 games. This is meant both to provide a guide to development program and as a check list for finished carts. Please compare these against any existing games. Some of these standards are changed, and they supercede previous standards. Note that these standards may be waived on a case-by-case basis to maintain copyright loyalty or for games with special requirements.

 

 

 

 

Power-up

Games should power-up displaying a Copyright Screen. Game parameters should be single player and Default Difficulty. After about 20 seconds, the game should go into Auto-Play mode. From then on the game alternates between Copyright Screen and Auto-Play. This is called the Idle Sequence.

 

 

 

Copyright Screen

The Copyright Screen should contain the first screen from the game or game title (some 2600 games have a title screen and some don't) and the copyright. The ATARI copyright MUST appear in the form:

© 1987 ATARI CORP.

or

copyright 1987 Atari

 

Note © MUST be a 'c' within a circle, not in parentheses. The year should be shown as the first year the cartridge is released (if different from the year it was programmed). Some games may also require a copyright message for the licensor. Text to be specified on a per-game basis.

 

 

 

 

Auto-Play

Auto-play should display typical gameplay. Try to show as many different features of the game as possible. If the game has multiple screens, try to show all or many of them. At power-up, scores should be set to zero, otherwise the most recent scores should be displayed. Auto-play should incorporate all game sounds.

 

 

 

 

 

Game Select

Due to limitations of the 2600, game options are usually displayed as option numbers only (referenced in the manual). It is desired, however, that text be used if possible and if it does not take up otherwise needed code space. Game Select is usually part of the Copyright Screen or the Auto-Play display. If any game option is changed, all scores must be zeroed. The following Game Select display is offered as a suggestion for a way to display options using numbers:

     +---------------------------------------------------+
     |                                                   |
     |          GAME                   PLAYERS           |
     |                                                   |
     |           1                        1              |

 

 

Alternately, the following is a way to display the options in the better-looking manner, utilizing text:

 

1 PLAYER

NOVICE

STANDARD

ADVANCED

EXPERT

 

2 PLAYERS

 

 

 

 

Entering Game Select Mode

Depressing the Select switch at any time will start the Game Select Mode. Moving player 1's controller (not pressing the button, which starts the game) during Copyright Screen or Auto-Play causes Game Select Mode to be entered. Whenever the Game Select Mode is entered, the current game settings should be displayed.

 

 

 

 

Remote Game Select

Any game using a joystick or trackball should use them to change game options. While in the number-style menu screen, player 1's controller should act as follows:

 

RIGHT

increase game #

LEFT

decrease game #

UP

increase #/players

DOWN

decrease #/players

 

While in the text-style menu screen, the joystick is used somewhat differently:

 

DOWN

Select difficulty level displayed below currently highlighted one

UP

Select difficulty level displayed above currently highlighted one

RIGHT

Not used

LEFT

Not used

 

(See 2600 DESERT FALCON for an example of this usage.)

 

If the controller position is maintained. the game option should be changed about every half second. If the controller was used to start Game Select Mode, there should be a half second delay before the same setting changes the game options.

 

Standards for remote changing of game options using other controllers will be designed on a per-game basis.

 

 

 

 

Local Game Select

The Remote Game Select is the method of choice due to its convenience, but there is also the standard 2600 game select mechanism. If the Select switch is depressed in the Game Select Mode, the difficulty is increased by one. If the difficulty was at the maximum, it is wrapped to the minimum and the number of players is increased. If the number of players is at the maximum, it wraps.

 

If the Select switch is held down, the game options should be changed about every half second. If the Select switch was used to start the Game Select Mode, there should be a half second delay before the same depression of Select changes the game options.

 

 

 

 

Leaving Game Select Mode

Normally, the player will start a game after selecting his options (see Starting a Game). However, if the player leaves the game in the Game Select Mode for 30 seconds or so without changing any options, the game should go to the Copyright Screen and resume the Idle Sequence.

 

 

 

 

 

Gameplay

This section deals with the mechanics of starting, pausing, and ending gameplay.

 

 

 

 

Starting a Game

Depressing the Reset switch at any time will start a new game using the current game parameters. A press of player 1's fire button during Copyright Screen, Auto-play, or Game Select Mode will start a new game. When a game is started with the joystick button, the game should not use the same button depression for a game action (like firing a shot, for instance). The Reset switch should be debounced so it does not start another game until it is first released.

 

 

 

 

Pause

The Color/B&W switch is used to toggle into and out of Pause Mode. The Pause feature is only active during actual gameplay. When the Color/B&W switch is depressed, video is frozen and audio is turned off. After about 15-30 minutes if there is no input from the player the screen goes blank. While there is a blank screen, and controller inputs (including fire buttons) should re-display the screen without leaving the Pause state. A second depression of the Color/B&W switch should resume the game as if it had never paused. No sounds or display sequences should be lost.

 

 

 

 

Screen Display

For the most part, screen display of licensed/converted games will emulate existing screen display. However. these are offered for consideration in the absence of such guidelines:

  • In general, suppress leading zeroes.
  • Typically, in a 1-player game, the score for player 1 is displayed on the left side of the screen. However this is not a hard and fast rule and the score in some games may be centered.
  • In a 2-player game, if both scores are shown, the score for player 1 is displayed on the left side of the screen and the score for player 2 is displayed on the right side of the screen.
  • The number of game lives is indicated by game life markers and the player's object on screen. For game life markers, icons should be used instead of numbers to represent game lives. One game life marker disappears each time a defeat occurs until the player is down to his last remaining game life. At that time, the player's last remaining game life is indicated by the player's object on screen. Example: If '*' is the game life marker and the player has three game lives left, it should be expressed as '* *' (and the player's object on screen) instead of '* * *' or some such scheme.
  • If applicable, level of play should be indicated on screen.

 

 

 

 

Game End

A GAME OVER message should be displayed at the end of each player's game telling which player is out of the game. When all games in progress are over, the game freezes on the screen and the fire button is disabled for 2 seconds while the GAME OVER message is displayed. After the 2 second freeze, if the player presses the fire button, the game restarts at the same difficulty level and with the same number of players as was previously selected. If this action is not taken, after 20-30 seconds the game automatically goes to the Title Screen/Copyright Screen and Idle Sequence.

 

 

 

 

 

Game Options

This section deals with the various options the player can choose. Most games naturally fall into the 'One Player' or 'Two Player Alternating' mold. Game programmers are encouraged to explore the possibilities of Competitive and Team play options. In 2-player alternating mode, player 1's joystick should be deactivated while it is player 2's turn, and vice versa.

 

 

 

 

Difficulty Settings

All games should provide a range of difficulty settings. This is to provide a fun game for everyone from a video-game addict to your grandmother. The Default Difficulty should be one higher than Novice. The number of settings will change from game to game, but a sample progression might be:

 

1)  Novice:

This should be very easy for anyone with any gaming ability, and is geared toward very young and very old players.

2)  Standard:

A setting which involves skill to play, but not much. This is the level that most people would play for their first game.

3)  Advanced:

A setting which is about 'arcade' level, perhaps a bit easier.

4)  Expert:

This is a 'killer' setting, but not so hard that no one will be able to enjoy it. This is for the kids who play your game every day and get very, very good at it. Keep in mind that they aren't putting quarters in.

 

In addition to the difficulty levels listed above, players may be handicapped by using the difficulty switches. See the Difficulty Switches section below.

 

 

 

 

Competitive Play

Competitive play is a version where one player is playing predominately against the other player, and the objective is to have a higher score at the end of the game than the other player.

  • In COMPETITIVE play, the players can kill each other, typically by shooting each other. Points are awarded to the player who killed the other.
  • Collisions between players can be death for both, obstructive collisions, or just passing through, depending on what makes sense for the game.
  • Each player has an individual score displayed on the screen.
  • Each player has an individual pool of lives which is displayed on the screen. When a player is killed, he loses one of these lives. Gameplay might stop at any death, or continue smoothly, depending on the game.
  • Victory is based on high score at game's end. A message such as "Player 1 WINS" should be displayed.
  • The game ends when both players are out of lives or one player is out and the other player has more points, depending on the game.

 

 

 

 

Team Play

Team play is a version where both players are playing together as a team and the objective is to maximize the team score. Some features of Team play are:

  • The players cannot kill each other.
  • There is a common pool of lives that the players pull from. When either player dies, a life is lost from the common pool. If the pool runs out, and the remaining player gains a bonus life, it is given to the inactive player. The game ends when the lives run out and both players are dead.
  • There may be a common score and individual scores displayed.

 

 

 

 

 

Controllers

For a 1-player game, always read the left-most controller. For a multi-player game, assign controllers from left to right. Controllers should only be shared for:

 

Games which use non-standard controllers should support joysticks if possible. Any mixture of valid controllers should be allowed for multi-player games.

 

 

 

 

 

Difficulty Switches

Players of differing skills may be handicapped by using the difficulty switches. The 'A' position (advanced) is the more difficult setting, and the 'B' position (beginner) is the easier setting. Any game using these switches should poll them frequently.

 

 

 

 

 

No-Defeat Mode

In a non-release version of all games, a no-defeat mode should be included for testing, documenting, and sales purposes. A way is needed for moderately-skilled players to see the higher levels of play.

 

 

 

 

 

Foreign Versions

All 2600 games MUST be made in both PAL and NTSC versions. SECAM should also be supported (most PAL games work fine on SECAM machines). If this is kept in mind from the start, then the conversion process can be much easier at completion of the NTSC version.

 

 

 

About This Page

This page is based on the Game Standards and Procedures PDF file at atarimuseum.com and is used with permission. Most of the text on this page is straight from that PDF file, but I have corrected errors and made a few changes. For example, the word key was used in a few places where switch would normally be used, so I replaced key with switch for the sake of consistency. I also did the same thing with page and screen. They seemed to be used interchangeably, so I went with screen.

Atari 2600 BASIC

If assembly language is too hard for you, try batari Basic. It's a BASIC-like language for creating Atari 2600 games. It's the faster, easier way to make Atari 2600 games.

Try batari Basic
Harmony Cartridge

Back to Top

 

 

In Case You Didn't Know

 

Trump's Jab = Bad

Did you know that Trump's rushed Operation Warp Speed rona jab has less than one percent overall benefit? Some people call it the depopulation jab and it has many possible horrible side effects (depending on the lot number, concentration, and if it was kept cold). Remember when many Democrats were against Trump's Operation Warp Speed depopulation jab, then they quickly changed their minds when Biden flip-flopped and started pushing it?

 

Some brainwashed rona jab cultists claim that there are no victims of the jab, but person after person will post what the jab did to them, a friend, or a family member on web sites such as Facebook and they'll be lucky if they don't get banned soon after. Posting the truth is “misinformation” don't you know. Awakened sheep might turn into lions, so powerful people will do just about anything to keep the sheep from waking up.

 

Check out these videos:

If You Got the COVID Shot and Aren't Injured, This May Be Why

Thought Experiment: What Happens After the Jab?

The Truth About Polio and Vaccines

What Is Causing the Mysterious Self-Assembling Non-Organic Clots and Sudden Deaths?

Full Video of Tennessee House of Representatives Health Subcommittee Hearing Room 2 (The Doctors Start Talking at 33:28)

 

 

H Word and I Word = Good

Take a look at my page about the famous demonized medicines called The H Word and Beyond. You might also want to look at my page called Zinc and Quercetin. My sister and I have been taking zinc and quercetin since the summer of 2020 in the hopes that they would scare away the flu and other viruses (or at least make them less severe). Here's one more page to check out: My Sister's Experiences With COVID-19.

 

 

B Vitamins = Good

Some people appear to have a mental illness because they have a vitamin B deficiency. For example, the wife of a guy I used to chat with online had severe mood swings which seemed to be caused by food allergies or intolerances. She would became irrational, obnoxious, throw tantrums, and generally act like she had a mental illness. The horrid behavior stopped after she started taking a vitamin B complex. I've been taking Jarrow B-Right (#ad) for many years. It makes me much easier to live with. I wonder how many people with schizophrenia and other mental mental illnesses could be helped by taking a B complex once or twice a day with meals (depending on their weight)?

 

 

Soy = Bad

Unfermented soy is bad!When she stopped eating soy, the mental problems went away.” Fermented soy doesn't bother me, but the various versions of unfermented soy (soy flour, soybean oil, and so on) that are used in all kinds of products these days causes a negative mental health reaction in me that a vitamin B complex can't tame. The sinister encroachment of soy has made the careful reading of ingredients a necessity.

 

I started taking AyaLife (99% Pure CBD oil) as needed in April of 2020. So far it's the only thing that helps my mood when I've mistakenly eaten something that contains soy. AyaLife is THC-free (non-psychoactive) and is made in the USA. I also put a couple dropper fulls under my tongue before leaving the house or if I just need to calm down.

 

It's supposedly common knowledge that constantly angry Antifa-types basically live on soy products. What would happen if they stopped eating and drinking soy sludge and also took a B complex every day? Would a significant number of them become less angry? Would AyaLife CBD oil also help?

 

 

Wheat = Bad

If you are overweight, have type II diabetes, or are worried about the condition of your heart, check out the videos by Ken D Berry, William Davis, and Ivor Cummins. It seems that most people should avoid wheat, not just those who have a wheat allergy or celiac disease. Check out these books: Undoctored (#ad), Wheat Belly (#ad), and Eat Rich, Live Long (#ad).

 

 

Negative Ions = Good

Negative ions are good for us. You might want to avoid positive ion generators and ozone generators. A plain old air cleaner is better than nothing, but one that produces negative ions makes the air in a room fresher and easier for me to breathe. It also helps to brighten my mood.

 

 

Litterbugs = Bad

Never litter. Toss it in the trash or take it home. Do not throw it on the ground. Also remember that good people clean up after themselves at home, out in public, at a campsite and so on. Leave it better than you found it.

 

 

Climate Change Cash Grab = Bad

Seems like more people than ever finally care about water, land, and air pollution, but the climate change cash grab scam is designed to put more of your money into the bank accounts of greedy politicians. Those power-hungry schemers try to trick us with bad data and lies about overpopulation while pretending to be caring do-gooders. Trying to eliminate pollution is a good thing, but the carbon footprint of the average law-abiding human right now is actually making the planet greener instead of killing it.

 

Eliminating farms and ranches, eating bugs, getting locked down in 15-minute cities, owning nothing, using digital currency (with expiration dates) that is tied to your social credit score, and paying higher taxes will not make things better and “save the Earth.” All that stuff is part of an agenda that has nothing to do with making the world a better place for the average person. It's all about control, depopulation, and making things better for the ultra-rich. They just want enough peasants left alive to keep things running smoothly.

 

Watch these two videos for more information:

CO2 is Greening The Earth

The Climate Agenda

 

 

How to Wake Up Normies

Charlie Robinson had some good advice about waking up normies (see the link to the video below). He said instead of verbally unloading or being nasty or acting like a bully, ask the person a question. Being nice and asking a question will help the person actually think about the subject.

 

Interesting videos:

Charlie Robinson Talks About the Best Way to Wake Up Normies

Georgia Guidestones Explained

The Men Who Own Everything

Disclaimer

View this page and any external web sites at your own risk. I am not responsible for any possible spiritual, emotional, physical, financial or any other damage to you, your friends, family, ancestors, or descendants in the past, present, or future, living or dead, in this dimension or any other.

 

Home Inventions Quotations Game Design Atari Memories Personal Pages About Site Map Contact Privacy Policy Tip Jar