Save the Christmas
A downloadable game
Download NowName your own price
The aim of this simple game is to get you to the QR code shown if you win, reaching the goal of 20 points...
Curious? Help Link the elf to save Christmas, and with that QR code you will do the same...
Status | Released |
Rating | Rated 5.0 out of 5 stars (1 total ratings) |
Author | Back2the8bit |
Genre | Action |
Tags | charity, Christmas, Commodore 64 |
Download
Download NowName your own price
Click download now to get access to the following files:
savechristmas.prg 13 kB
Development log
- bugfix and silly musicNov 28, 2022
- Added second object falling and second backgroundNov 25, 2022
Comments
Log in with itch.io to leave a comment.
Now with intro music. Cool !
yep, I added only some notes of jingle bells in the opening. I wanted to inject raster code playing a sid into the compiled basic code, but probably I could do earlier re-making the game from scratch in asm, lol
If a package drops at the rightmost position you cannot move far enough to the right to catch it.
did it happen to you? because packages should not be allowed to drop in the edges, according to the formula that drives their x starting position:
(so x<=38 and x>=2)
Nice game!
Thanks, I'm going to add other objects falling and perhaps some music if I manage to inject Sid and raster irq to the binary (it's basic compiled this time, I made it in a couple of hours, no time to make an ASM code).
Let's see...