Klondike Solitaire game for Varvara.
Go to file
~d6 b9c204469e add kodiak rom 2024-07-27 22:18:27 -04:00
.gitignore initial commit 2024-07-12 22:26:33 -04:00
README.md improved readme 2024-07-27 22:04:02 -04:00
card-sprites.tal remap sprites, fix colors 2024-07-16 20:49:53 -04:00
cards.tal remap sprites, fix colors 2024-07-16 20:49:53 -04:00
chr.py remap sprites, fix colors 2024-07-16 20:49:53 -04:00
game1.png smaller screenshots 2024-07-27 22:17:35 -04:00
game2.png smaller screenshots 2024-07-27 22:17:35 -04:00
kodiak.rom add kodiak rom 2024-07-27 22:18:27 -04:00
kodiak.tal improved readme 2024-07-27 22:04:02 -04:00
mask-sprites.tal initial commit 2024-07-12 22:26:33 -04:00
mask2.tal weird intermediate state 2024-07-16 10:06:58 -04:00
start.png smaller screenshots 2024-07-27 22:17:35 -04:00

README.md

kodiak

Kodiak is an implementation of Klondike Solitaire for theUxn/Varvara ecosystem virtual machine.

screenshot of initial solitaire deal

Currently Kodiak is very limited:

  • Can't move cards from the foundation
  • Must manually move every card
  • No undo functionality
  • No scoring or timing
  • No music or animations
  • No splash screen
  • No buttons to restart or quit

Future releases may relax some or all of these constraints.

screenshot of solitarire mid-game

Building the Kodiak ROM requires a Uxn assembler:

$ uxnasm kodiak.tal kodiak.rom
Assembled kodiak.rom in 10923 bytes(16.73% used), 253 labels, 0 macros.

Running the Kodiak ROM requires an emulator. For example:

$ uxnemu kodiak.rom

another screenshot of solitaire

Kodiak was built by d_m, 2023-2024