Implementation of patent US5265888A
  • Assembly 98%
  • Python 1.9%
  • Batchfile 0.1%
Find a file
2024-05-06 22:19:36 -04:00
famitone Start off with the code from the forum 2024-04-11 20:20:13 -04:00
.gitattributes Initial commit 2024-04-11 20:16:19 -04:00
.gitignore Info screens, color select, and more 2024-04-17 15:04:45 -04:00
backgrounds.s Fix versus star background 2024-05-06 00:42:26 -04:00
bg_blockdata.s 8 Selectable backgrounds 2024-05-05 16:57:34 -04:00
bg_blockenum.s 8 Selectable backgrounds 2024-05-05 16:57:34 -04:00
bg_blocks.txt 8 Selectable backgrounds 2024-05-05 16:57:34 -04:00
generic.mac Start off with the code from the forum 2024-04-11 20:20:13 -04:00
LICENSE.txt Add zlib license 2024-04-12 13:54:26 -04:00
logo.ase Add title screen 2024-05-05 17:45:40 -04:00
longbranch.mac Start off with the code from the forum 2024-04-11 20:20:13 -04:00
make_bg_blocks.py Set everything up to add backgrounds 2024-05-05 03:12:36 -04:00
memory.s Show best score, and versus win counter 2024-05-06 00:20:01 -04:00
menu.s Show best score, and versus win counter 2024-05-06 00:20:01 -04:00
misc.s Slightly slower auto repeat on menu 2024-05-06 00:26:26 -04:00
mk.bat Info screens, color select, and more 2024-04-17 15:04:45 -04:00
nrom128.x Rearrange code, and don't auto-repeat hard drops 2024-04-11 22:57:55 -04:00
ns_nes.s Start off with the code from the forum 2024-04-11 20:20:13 -04:00
puzzle.chr Add title screen 2024-05-05 17:45:40 -04:00
puzzlegame.s Fix issue with overwriting a variable 2024-05-06 11:44:12 -04:00
puzzlelogic.s Fix issue with overwriting a variable 2024-05-06 11:44:12 -04:00
README.md Update README.md 2024-05-06 22:19:36 -04:00
squirrel_domino.s Add title screen 2024-05-05 17:45:40 -04:00

SquirrelDomino

This is a clone of a well-known puzzle game, but with modern features like ghost pieces and hard drops, and it's generally a lot faster feeling than the original game. There are multiple backgrounds and color schemes available, and there are several optional gimmicks you can play with.

The code is available under the zlib license, but please don't reuse the background graphics for other projects.