Jumpman

Moby ID: 80
Commodore 64 Specs
Buy on Windows
$2.99 new on Steam
Conversion (unofficial) See Also

Description official descriptions

Jumpman is a bomb disposal expert. He is called on to save the Jupiter headquarters after the evil Alienators invade it and booby-trap its 30 levels.

In this early platform game, the titular hero must find his way around each screen, collecting every bomb. There are platforms and ladders to use, and a jet booster to propel you up the screen. However there are also enemies to avoid, and Jumpman must be careful not to fall too far.

Groups +

Screenshots

Promos

Credits (Commodore 64 version)

Game Design
Program
Music

Reviews

Critics

Average score: 83% (based on 7 ratings)

Players

Average score: 3.7 out of 5 (based on 44 ratings with 3 reviews)

Lots of action for a lypical ladder game of that era

The Good
Lots of action for a typical "ladder" game of that era. The character moved and animated at a fast rate, which resulted in a game less boring than slow-mo Big Top which was also released in about the same time. It was funny to see it flow on your screen with its arms and legs moving in a cartoonish manner.

The game actually featured balls floating around the screen that hit you if you didn't move fast enough. Don't try it on a 386 without slowing it up though, as you'll get killed instantly.

Like most similar games, Jumpman was not complex and you learned how to play it in a matter of minutes.

The Bad
The noise the character made while moving, while being one of the elements which contributed to give you lots of action for your money, got annoying over time. You couldn't just play it with someone else sleeping in the house. To my knowledge, there was no way to turn off the sound, so I actually hooked my speaker on an on/off switch just to play this game late at night.



The Bottom Line
A classic. Most of those who have owned PC's and XT's in the mid 80s remember this game for sure. Even those I knew who came out too late to see lots of self-bootable games had a good chance of having a copy of good old Jumpman in their diskette box.

A must if you have a computosaur floating around and want to see what "fast & simple" meant in 1983!

PC Booter · by Olivier Masse (443) · 1999

tick, tick, tick, tick, tick, tick, tick

The Good
I always enjoy games more if they have simple plots, and one of them is Jumpman, a 1-4 player game in which you must make your man collect the brown bombs to defuse them. This game involves a lot of jumping, as some platforms just cannot be reached by foot.

While defusing the bombs, you need to avoid the white bullets that appear on the screen, which will quickly shoot down at you if you are at the same level as them. Besides bullets, you need to watch out for enemies that are scattered throughout the game, including robots, nuclear bombs, vampire bats, UFOs, and more. When defusing the bombs, unusual things happen like parts of ladders and platforms disappearing, so watch your step.

The game itself consists of 30 levels, and it has three difficulty settings. Once you have complete the game with the easiest difficulty setting, it is recommended that you play the game at the harder difficulty settings, as these settings will contain more challenging levels. Jumpman also has two other options: "Grand Loop" and "Randomizer", which lets the game more or less select random levels for you to play. The game involves a bit of strategy, in which you need to analyze the level by choosing the path that will allow you to complete the level quicker, so that you can get some bonus points at the end of the level.

Jumpman was released for various home systems. The graphics were great for its time, though it cannot be compared to today's state-of-the-art 3-D graphics. I enjoyed watching the introduction, where Jumpman brings out different colored letters that are in his name one-by-one, and puts them down on the vines, but has a bit of trouble when he deals with the "N".

The sounds are also excellent. I really liked the sound when Jumpman walks, as when he does, it sounds like a clock ticking. I also liked the short "death march" theme that is heard after he falls.

The Bad
The game can get a bit boring after a while.

The Bottom Line
If you like jumping games with simple plots, then I recommend playing Jumpman for the Commodore 64. It has great sound and graphics, and sure beats the other versions hands down.

Rating: ***

Commodore 64 · by Katakis | カタキス (43092) · 2004

Jumpman we knew ye not

The Good
This was Jumpman's first and only foray into gaming (his son had one later on). After leaving Hollywood, or being booted out, he was approached by Epyx to star in this game.

Jumpman did most of his own stunts (except for the Dragonslayer level) so the man you see jumping from rope to ladder and reaching for those dots is really him.

While this game was popular, the injuries Jumpman sustained in production crippled his career. He was interviewed about a possible sequel at Pitfall Harry's retirement and had this poignant statement to make: "Jumping for dots is a game for the young. I had my shot and I took it, you always have to hope for the best but those days are gone. Still sometimes when I'm up on a ladder, changing a lightbulb or something, I'll hear that music, that wonderful midi music."

The Bad
Critics hated this game. "What's this, he just jumps?" New York Times. "What does he do with those dots?" Washington Post. But this was a simpler time, before the Hollywood types took over the gaming industry.

The Bottom Line
In a world of ladders and ropes, how can one man survive? Jumpman can.

One man, one way, Jumpman! (alternate tag line)

PC Booter · by Terrence Bosky (5397) · 2001

Trivia

Source code

Sometimes the developers forget to format their floppies before building a production master. Here's a tidbit of source code found on the original program disk: ``` CSEG SEGMENT ASSUME CS:CSEG,DS:CSEG,ES:CSEG INCLUDE J:JUMPTBLE.ASM ORG 9300H LEVEL_NUM DB '05' SCREEN_DRW DW SCR_TABLE TARGET_LIST DW TAR_LIST JUMPMAN_AREA DW JMA JMC1 DW FJM1 JMC2 DW FJM2 NUM_TARGETS DB 14 NUM_BULLETS DB 0 BONUS_VALUE DB '15' PRE_PLAY: JMP INITS PLAY: JMP STARTS POST_PLAY: JMP DONES PLAYER_LIST DW PLAYERS START_POS DW 152,94 BULLET_LIST DW 0 SCR_TABLE: DW 128,12,1,136,10,2,152,8,2,168,10,2,184,12,1,8,32,3,56,32,5 DW 96,34,1,104,36,1,112,38,1,120,40,1,128,42,1,136,44,1,144,46,1 DW 152,48,2,168,46,1,176,44,1,184,42,1,192,40,1,200,38,1,208,36,1 DW 216,34,1,224,32,5,288,32,3,8,64,3,32,66,1,40,68,1,48,70,1 DW 56,72,6,136,72,6,216,72,6,264,70,1,272,68,1,280,66,1,288,64,3 DW 24,104,10,136,104,6,216,104,10,16,136,9,120,136,10,232,136,9 DW 8,176,8,104,176,2,120,174,1,128,172,1,136,170,1,144,168,4 DW 176,170,1,184,172,1,192,174,1,200,176,2,248,176,8,0FFFFH DW 72,24,10,232,24,10,32,96,10,152,96,9,272,96,10,0FFFFH DW 0FFFFH,8,28,3,308,28,3,0FFFFH

```

Analytics

MobyPro Early Access

Upgrade to MobyPro to view research rankings!

Related Games

Classic Jumpman
Released 2001 on DOS
Jumpman Lives!
Released 1991 on DOS
Jumpman Junior
Released 1983 on Atari 8-bit, Commodore 64, ColecoVision
Felix Jumpman
Released 2017 on Windows

Related Sites +

Identifiers +

  • MobyGames ID: 80
  • [ Please login / register to view all identifiers ]

Contribute

Are you familiar with this game? Help document and preserve this entry in video game history! If your contribution is approved, you will earn points and be credited as a contributor.

Contributors to this Entry

Game added by Trixter.

Apple II added by PCGamer77. Windows added by Rik Hideto. Antstream added by firefang9212. Atari 8-bit added by Kabushi. Wii added by gamewarrior. Commodore 64 added by Indra was here.

Additional contributors: jeff leyda, Adam Baratz, Jacqke, Patrick Bregger, ZeTomes.

Game added March 6, 1999. Last modified January 28, 2024.