Kwik Snax is a spinoff game in the Dizzy series. Dizzy's hungry and has to gobble up all the food. Yes, that's also the goal of the first spinoff, Fast Food, but this is a very different game. Also he's rescuing his bandmates.

Game objectives

  • Emulator used: BizHawk 2.11.1
  • Model used: +2A
  • Aims to beat the game as quickly as possible.
  • Heavy RNG manipulation.

Comments

This is a tool-assisted speedrun of Kwik Snax for the ZX Spectrum. It completes the any% category, rescuing all bandmates as quickly as possible.
TAS timing (power on until last input): 66709 frames, 22:13.647
RTA timing (press a button to start the game until "CONGRATULATIONS" appears): 41133 frames, 13:42.331

Model

The run is performed on the Sinclair ZX Spectrum +2A. Kwik Snax synchronises its game engine to the screen's refresh rate, and therefore generally runs marginally (~0.1%) faster on 48K than on 128K versions. However, 128K versions of the Spectrum run their Z80 processor at a slightly higher clock rate, and the +2A and +3 also have some improvements in memory access speeds; this means that level transitions are faster on these models.
Working out exactly which model is fastest for this game is non-trivial, and the difference is negligible, so I based my choice of model on an entirely different metric. Kwik Snax has AY music when playing in 128K mode, but not in 48K mode, and choosing to play this game without music is actually illegal. The +3 is a disk-based system, and Kwik Snax has never been officially released on disk, so the run uses the +2A and loads the game from tape.

General information

The game runs at a relatively constant 25fps (one in-game frame every two screen refreshes). Each level starts on a fixed RNG seed; if the same inputs are used from the start of the level, it will always play out in exactly the same way.
Henchmen move randomly; they can be temporarily removed by either trapping them between two blocks (or a block and the outside wall), or by collecting the knife and fork powerup which allows Dizzy to eat them. Although the outside wall is solid to henchmen, Dizzy and blocks he pushes may pass through freely, wrapping to the other side of the area.
Fruit is static, but has the Bomberman mechanic where collecting the flashing fruit awards extra points, and collecting all food in that order awards a perfect bonus. As we are not aiming for score, and in fact scoring too many points crashes the game (!), we ignore this bonus.
Powerups spawn randomly; their types and order are fixed in each level, but their positions change depending on player input. (30) slows down enemies, Zzz slows down Dizzy, arrows reverse Dizzy's movement, the clear-labelled bottle makes blocks disappear quickly, the crosshatch-labelled bottle turns all blocks into fruit, the border blocker stops Dizzy and blocks from passing through the outside wall, ? awards points, and the knife and fork allows Dizzy to eat the henchmen. Only one powerup can appear at a time; the next powerup only appears once the previous powerup has been collected and used up.
After each normal level, there's a bonus section, where Dizzy will move in a direction until he hits a wall. The bonus section ends when all fruit is collected, and in some of these levels it's faster to do that, but if the game detects Dizzy is in an infinite loop (determined by travelling 16 squares without hitting a wall) the bonus section will end early, and this is usually the faster way of ending it.
Most levels were solved with the help of a Lua script, with manual tweaks to squeeze a few extra frames out. There is one exception to this:

Zaks 3

Zaks 3 is an interesting level in that two food items are completely inaccessible, as there are blocks in front of them that cannot be moved out of the way. Blocks do slowly disappear over time, so these eventually become accessible, but the faster way is to collect the powerup that turns all blocks into fruit.
As powerup types and order are fixed in each level, the first three powerups must be collected. The first is a knife and fork powerup, whose timer must expire before the second powerup appears. The second is a ?, awarding points and immediately spawning the third powerup, the crosshatch-labelled bottle. Collecting this turns all blocks into fruit, giving us lots of extra fruit to collect but allowing us to complete the level.
Except that's not quite what we do. As found by TinyTim78, if you are pushing a block immediately before collecting the crosshatch-labelled bottle, and attempt to push another block immediately afterwards, Dizzy will start leaving a trail of blue bananas behind him. These act the same as regular bananas, blocking enemy movement and contributing to the total fruit collected in order to complete the level. So we activate this glitch and walk around in circles to constantly collect blue bananas, saving us a small amount of time wandering around collecting all of the actual bananas.
This glitch works on all levels in which the crosshatch-labelled bottle appears, but it's always faster to just collect the regular fruit in every other level.

Other comments

Dizzy is one of my favourite 80s/90s videogame series. Kwik Snax is a great spinoff, with some amazing music by the late great Lyndon Sharp. Heavily inspired by Pengo while being different enough to do its own thing.
Special thanks go to The Oliver Twins for making the game, Sir Clive Sinclair for making the Spectrum, and everyone in the Speedtrum Specrunning community for keeping da speccy alive.

nymx: Claiming for judging.
nymx: I have no doubt that this run is highly optimized. After watching your WR and TAS, side-by-side, you have proven that you know the game well enough to create a rock solid speedrun, and perfect it through your TASing abilities. During my judging, I decided to start making comparison videos, where applicable. Here, your RTA timed gameplay is about 20-21 seconds faster over your own human ability. Not only that, you continue to improve the TAS time, by ending input early. So...another great run!
Accepting to "Standard".

inconsistent: Processing...


TASVideoAgent
They/Them
Moderator
Location: 127.0.0.1
Joined: 8/3/2004
Posts: 17961
Location: 127.0.0.1
This topic is for the purpose of discussing #10651: DigitalDuck's ZXS Kwik Snax in 22:12.045
GJTASer2018
He/Him
Location: Stafford, NY
Joined: 1/24/2018
Posts: 416
Location: Stafford, NY
As we are not aiming for score, and in fact scoring too many points crashes the game (!), we ignore this bonus.
As shown at the end of this video here, this game will crash with the music hanging if you ever reach 80,000 points: Link to video After carefully looking at the video, it seems like it is caused by a bug in the code that determines when the next extra life is earned. Normally this would happen at every 20,000 point threshold but at 80,000 this calculation (most likely) rolls the next "points before next extra life" value to look for back to zero, effectively causing the game to get stuck in a loop of trying to endlessly award extra lives and quickly leading to a crash. This means any hypothetical "maximum score" run of this game would have to stop at 79,990 (the highest possible safe score to reach and only accessible by getting 3 30-point question marks at some point during a run).
c-square wrote:
Yes, standard runs are needed and very appreciated here too
Dylon Stejakoski wrote:
Me and the boys starting over our games of choice for the infinityieth time in a row because of just-found optimizations
^ Why I don't have any submissions despite being on the forums for years now...
Experienced player (685)
Location: UK
Joined: 12/20/2022
Posts: 65
Location: UK
GJTASer2018 wrote:
This means any hypothetical "maximum score" run of this game would have to stop at 79,990 (the highest possible safe score to reach and only accessible by getting 3 30-point question marks at some point during a run).
Fastest crash is also an option. I did have the idea to do an "All perfect bonuses" run at one point; even if you use the blocks-to-fruit item, it's only required that you collect the original fruit in their flashing order and the remaining fruit has no effect on it, so it's possible to get a perfect bonus on each level. Unfortunately, because of the score bug, it's impossible to get a perfect bonus on every level as you'll exceed 80k points in doing so.
nymx
He/Him
Editor, Judge, Expert player (3443)
Location: Under the Weather
Joined: 11/14/2014
Posts: 1115
Location: Under the Weather
Starting to creating comparison videos for my analysis. Here is one for your submission. Link to video
I recently discovered that if you haven't reached a level of frustration with TASing any game, then you haven't done your due diligence. ---- SOYZA: Are you playing a game? NYMX: I'm not playing a game, I'm TASing. SOYZA: Oh...so its not a game...Its for real? ---- Anybody got a Quantum computer I can borrow for 20 minutes? Nevermind...eien's 64 core machine will do. :) ---- BOTing will be the end of all games. --NYMX
Post subject: Movie published
TASVideoAgent
They/Them
Moderator
Location: 127.0.0.1
Joined: 8/3/2004
Posts: 17961
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. ---- [7341] ZXS Kwik Snax by DigitalDuck in 22:12.045

1788268789