The “No Fire” Trick in Galaga

Arcade Galaga has an interesting bug that’s been known of for a long time, that can be taken advantage of to cause the enemies to stop firing. The inner workings of the bug are explained on its page on the website Computer Archeology, but here it is in brief: on the first level, if you leave the bugs at the far left or right sides of the formation alive and wait long enough, 10 to 15 minutes, just surviving their attacks, then eventually the enemies will stop firing all together, and will never fire again for the rest of the game.

Why does this happen? Galaga reserves eight hardware sprites for the shots of the enemy bugs. Galaga’s graphics hardware has no way to disable the displaying of a sprite, so if something isn’t supposed to be visible it’s kept off screen, at horizontal coordinate zero. A shot sprite at that coordinate is never updated, and never moves. This is in addition to the game’s internal records of which shots are in use. When a bug wants to fire a shot, the game looks at which shots are available, and if one isn’t in use, it puts it at the proper place, and sets its velocity (X and Y deltas). From then until it leaves the screen, it’ll be updated every frame. When it is detected as having gone off-screen, it’ll be marked as out of play, and its X coordinate will be set to 0. Shots at X=0 are never updated.

The problem is, it’s possible for bugs to fire shots while they are at X position 0. This happens most commonly when bugs at the far left and right extremes of the board attack. The shot is marked as in-use, but it’ll never be updated, and so it’ll never be cleaned up and set back to be available for firing. When all eight possible shots are in this limbo, the bugs can’t fire any more. The machine resets the shots at the end of a game, so the problem won’t affect subsequent plays.

Ben Golden Diamond performed the trick in a Youtube video, and he manages to get it to happen in around seven minutes. He doesn’t explain the precise criteria for doing the trick, but his description will still work, it just has unnecessary steps. It will work on any level, but it’s easiest to do on the first. In the video, sometimes the bugs fire wraparound shots from off-screen. That’s a good indication that the bugs are sometimes firing from the 0 coordinate.

Keep in mind, performing the trick on purpose will disqualify a score for world records. The scoreboard on a local Galaga machine probably won’t care, though.

Jordan Dorrington’s Galaga Strategy Tips

In this video from four years ago, top-level Galaga player Jordan Dorrington gives us advice for how to get far into the venerable arcade classic.

Some of the tips given:

  • On the first level, enemies never shoot as they enter. Shoot as many of the bugs as you can as they enter the screen.
  • Boss Galagas never try to capture your ship if there’s only one remaining.
  • On the first two Challenging Stages, if a double ship is positioned exactly in the center of the screen, you can stay there to shoot the bugs fairly easily and get an easy Perfect.
  • Starting from Stage 4, some extra will be among the ones that will swoop around entering formation, and will leave the attacking ranks to rush you.
  • After the first three stages, the game settles into a pattern of four stages. The first three stages of each set have distinct patterns, followed by a Challenging Stage.
  • The first stage in each set of four has the bugs entering in two mirrored processions from the sides of the screen. The second stage has them entering from one side in double rows. On the third stage they enter from the side in one long string.
  • Galaga kill screens are difficulty dependent. There’s a game-ending screen on difficulty levels (or “ranks”) A and C. The other difficulty levels loop and continue indefinitely
  • Basic strategy for cleaning up the remaining bugs is to start at one edge of the screen, and as they fly down at your ship, to move towards the other side a tiny bit at a time, to avoid the shots coming at you, and shooting to eliminate as many of the bugs as you can in the process.
  • If you survive a long time on a single wave, there’s a well-documented bug in the code that causes the enemies to shoot less and less, and eventually cease firing completely. In casual play that’s great, but Twin Galaxies rules are that you cannot take advantage of this bug intentionally.
  • If you get really good at Galaga, it’s best to play as Player 2, as the first player’s score rolls over after six digits, but the second player’s score records seven digits.
  • The game’s difficulty stops increasing at Stage 31.
  • If you’re playing on a difficulty without a kill screen, after Stage 255 you’ll progress to Stage 0. It throws many players off in that the bugs travel at the slowest speed, but their shots are extremely rapid.
  • The hardest part of the game is recovering from losing a double ship. The game is much harder in single ship play.

Galaga Strategy Tips from Pro Player Jordan Dorrington (Youtube, 14 minutes, from Tim’s Tiny Arcade)

Galakong

Another LUA-based game hack from 10yard! This one’s a mashup of two perennial arcade favorites, Galaga and Donkey Kong. Each level has a chevron powerup somewhere in it. When Jumpman picks it up, he’s joined by the spaceship from Galaga. The jump button is also the fire button! Further, the ship’s shots are piercing, and can destroy more than one enemy with a single blast.

You’d think it’d make the game much easier, but the difficulty of the game has been subtly increased to make up for it, plus controlling the ship as well as ol’ Jumpy is a distraction, so it’s still pretty challenging.

In addition to Donkey Kong, the hack’s github page notes that it works in Donkey Kong Jr. as well!

Galakong (github)

Namco’s Sci-Fi Arcade Timeline

Galaga bugs (image from ricedigital.co.uk)

According to the people at Rice Digital, many of Namco’s games set in the future, including Galaxian, Galaga, Gaplus, Bosconian, Baraduke, Burning Force, and many more, are all part of a common timeline! Namco calls it the UGSF History. Due to the inclusion of Kissy from Baraduke, which was named to be Susumu “Mr. Driller” Hori’s mother, it also drags in the Mr. Driller games, and even Dig Dug! You can read about it on their site here. Namco’s own site concerning it is here.

Hiromi Tengenji of burning force (image from ricedigital.co.uk)

According to their timeline, the earliest game chronologically is Ace Combat 3 (which is not an arcade game), and the latest is Galaga ’88!

Homebrew Atari VCS/2600 Arcade Ports

The long-running Atari fansite AtariAge sells a number of carts that run on classic Atari VCS systems that make it do things you might not expect that system could do. Some of the most impressive of these are remakes of classic arcade games that go far beyond what was possible at the time. A number of these were developed by Champ Games. Here are links to a number of videos showing them off, although sone of the may not currently be in their store:

Galagon” – Wizard of WorZoo KeeperAvalancheScrambleSuper CobraMappy (especially this one!)

A few others, not from Champ Games: Aardvark (Anteater) – Venture ReloadedSpace Rocks (Asteroids) – Star CastlePac-ManDraconian (Bosconian)