The Pudding Strikes Back

The year 2021 XMAS-project was not a demo like the years before but a game demonstrating the possibilities of the DOLORES double LORES library with its new software sprite engine.

Your mission is to defend Santa Claus and his friends against the evil Christmas pudding and other foes that are attacking Santa's home planet. So get into your X-Wing and engage your engines for Santa's rescue!

The following teaser video shows some of the gameplay action:



The Puding Strikes Back:right

System Requirements

  • Apple //e enhanced, //c, //c+ or IIgs
  • min. 65C02 CPU
  • min. 128kB RAM
  • Joystick required, no keyboard control of the game possible!
  • Optional: MockingBoard (no soundtrack without MockingBoard - but the game is playable.)



    Warning

    A 65C02, 128kB RAM and a joystick are a MUST for running this game!


Getting the Game

Physical Copy

Interested in a physical copy of the game on 5.25" floppy disk? Click the button below in order to purchase your physical copy (30€ including shipping and handling)! You will receive:

  • Physical 5.25" floppy (new old stock) with handmade disk sleeve and uniquely designed disk label in a retro ZipLoc bag
  • Color printed manual
  • Digital version of the game, PDF-files of manual, disk sleeve and disk label
  • Free 8-Bit-Shack sticker

Tip

Do you want buy a bundle of games? Drop us an email to get you a special tailored offer!

Digital DSK-Image

Interested in getting a digital version of the game for 8€ including digital versions of the manual, disk sleeve and disk label to produce your own physical copy of the game or play the game in your favourite emulator or to use it with your floppy emu? Get it fast and easily from our Digital Distributor:



Key Features

The Puding Strikes Back:right
Apple ][ Double LORES action shooter game with joystick and MockingBoard support. First person shooter with

  • Steerable crosshair for aiming and firing on objects
  • Five different objects to shoot at with varying flight trajectories and velocities
  • Points to earn depending on the difficulty to shoot an object
  • Pause key option (NSFW!) during timed gaming
  • Hi-Score management
  • Background scrolling
  • MockingBoard PT3-soundtrack (if MockingBoard is installed)
  • Lots of pseudo randomness for varying game action

Gameplay

The Puding Strikes Back:right
Objective: Shoot down the incoming enemy foes with your laser gun until the timer runs out!

  • Enemies: five different enemies at varying trajectories with different velocities yielding score points depending on the difficulty to shoot them down.
    • Candy cane: easiest to shoot down being the slowest enemy (3 or 5 points).
    • Christmas pudding: medium difficulty (4 or 6 points).
    • Gingerbread man: more difficult to shoot down (5 or 7 points).
    • Turkey: fastest enemy with a high difficulty (8 or 10 points).
    • Champagne bottle: hardest enemy to shoot down, accelerates horizontally in both directions with fast movement changes (20 points)
  • Pause function: if you need to pause the game for a while press key T but be careful this is not safe for work!
  • Restart function: press key R any time to reset the score and restart the timer. This also restarts the game when the GAME OVER message is displayed.
  • Quit game: press key Q to quit the game. The hi-score will be saved to disk then. In other words: if you quit the game other than pressing Q the hi-score WILL NOT BE SAVED!
  • CAUTION: each shot costs one point so be careful not wasting your ammo and to shoot only when your are definitely on target!
  • Strategy: There are different approaches trying to get the highest scores. Some people like to focus on champagne bottles and camp somewhere at the screen's left or right edges with the crosshair in order to get the fast moving bottles in time. However, you cannot predict which direction the next bottle will fly so this also depends large parts on personal luck. Some people like to camp in the screen center and wait for objects to come like passing by fast turkeys. However, another concept would be staying in the lower parts of the screen with the crosshair trying to catch the flying objects. Whatever you decide, we wish you good luck and good aiming!

Controls

You control the game mainly by using your joystick. There are a few additional keyboard commands:

Joystick:

  • PDL 0/1: Controls the aiming crosshair
  • Button #0: Fire button (each shot costs 1 point!)

Keyboard Commands:

  • T: Toggle pause function (Caution: NSFW!)
  • R: Restart game after timer has run out
  • Q: Quit the game

Known Bugs & Limitations

Restarting the game with MockingBoard installed needs a power cycle to make the game work properly. The reason for that is yet unknown. Without MockingBoard the game can be restarted without any cold or warm boot.

Keyboard control of the crosshair is not available and maybe will never be.

Some sprites flicker when transversing the screen. This is caused by limitations of the DOLORES sprite engine.


Technical Details

The Puding Strikes Back:right
A short overview of some technical background information:

  • The DOLORES library and the PT3-player module reside directly below the DOS 3.3 area. DOLORES was adapted for this game by removing unused functions in order to make the code more compact and faster.
  • Half of the **zero page is used for DOLORES and PT3-player variables. The zero page is saved during the algorithm startup and restored when leaving the demo which keeps the Apple in "normal" working state afterwards. Maybe not necessarily needed - I like this feature of a clean quit from the game algorithm.
  • The song data is loaded at $2000 occupying 2kB of space (PT3-file / Vortex-Tracker).
  • AUX memory is used by the DOLORES library and the game: the machine code is copied to AUX RAM. When doing the background scrolling execution temporarily switches to AUX memory.
  • The interrupt handler controlling the sound file playback got an extra JSR to a user defined routine that will manage things that need timed action during the game action. However, the game will just run fine without a MockingBoard.
  • The PT3-player uses about 15% of the cycles when playing music files.

Credits

This game would not have been possible to create without the help of many people:

  • Graphics Design: Dan Henderson
  • Double Lores and Game Engine Code: Marc Golombeck
  • SoundTrack: unknown artist
  • Additional Advice: Dr. N. H. Cham