Hardhat Climber (Compute's Gazette)

You are standing at the bottom of four levels of girders, connected by ladders. At the top is a pile of 12 barrels and scattered along the girders are toolboxes. The object is to walk around the girders and pick up every toolbox while avoiding the barrels that roll down at you. If you pick up all the toolboxes you are rewarded bonus points.
The article for this game can be found on page 82 of Compute's Gazette Issue 7 (January 1984)

Why TAS This Game?

The continuation of TASing games from my all-time favorite magazine, Compute's Gazette. This makes my 86th TAS from this series.
This is a magazine that I can't forget. I remember getting it in the mail and wanting to quickly type this game in. Why? Well...it reminded me of Donkey Kong. Obviously, I didn't have the money to buy the real thing, so I was hoping that this game would have satisfied me. Even though there are similarities, its not quite the same thing...but it was fun getting to experience it.

Game Difficulty and Ending

There is no selection of difficulty. As for increasing difficulty, from screen to screen, there is none...even though the article says that it does. In a lot of the earlier games, authors seemed to have made big statements. A lot of these comments ended up being fluff. In this case, I modified the code to put the level up higher and nothing was different. :(
In order to prove this, I have uploaded a test BK2 file, which adds two lines to override the default values for two variables that increase after the completion of each screen.
41 SC=20
42 E1=20
Here is a BK2 file for a judge to analyze my claim: https://tasvideos.org/UserFiles/Info/638629130640179589

Effort In TASing (Not BOTed)

There are a few techniques that I use to optimize this game, where I probably did close to 3 dozen run-throughs:
  • Discovery of the best RNG: Because this game was written in B.A.S.I.C., it uses the RND function...which if you use it before running the game, it changes where the RNG starts getting picked from in RAM. If you have followed me on this technique, I have used this many times to affect how randomly placed objects will vary on start up. Here, I find a route that keeps me from back-tracking and shortens my path greatly, over other seeds.
  • Not Holding The Inputs: Because of other movement on the screen, it is always best not to "bog down" the code with unnecessary frames with inputs. By placing them on specific frames, the game speeds up a bit.
  • Walking/Jumping: In this game, jumping is faster than walking; however, you cannot jump through the entire game. Some toolboxes are spaces in a way that you have to walk...otherwise, you'll jump right over them. So a combination of the two must be used to maximize my effort to the fastest ending that I could find.

Human Comparison


DrD2k9: Claiming for judging.
DrD2k9: Accepting

despoa: Processing...


TASVideoAgent
They/Them
Moderator
Joined: 8/3/2004
Posts: 15485
Location: 127.0.0.1
This topic is for the purpose of discussing #9316: nymx's C64 Hardhat Climber in 00:58.87
Post subject: Movie published
TASVideoAgent
They/Them
Moderator
Joined: 8/3/2004
Posts: 15485
Location: 127.0.0.1
This movie has been published. The posts before this message apply to the submission, and posts after this message apply to the published movie. ---- [6210] C64 Hardhat Climber by nymx in 00:58.87

1729262256