~d6 b9c204469e | ||
---|---|---|
.gitignore | ||
README.md | ||
card-sprites.tal | ||
cards.tal | ||
chr.py | ||
game1.png | ||
game2.png | ||
kodiak.rom | ||
kodiak.tal | ||
mask-sprites.tal | ||
mask2.tal | ||
start.png |
README.md
kodiak
Kodiak is an implementation of Klondike Solitaire for theUxn/Varvara ecosystem virtual machine.
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.
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
Kodiak was built by d_m, 2023-2024