A quick and dirty implementation of Yukon in C using ncurses.
Compile and run:
gcc -o yuk -lncurses yuk.c
./yuk
Disable colors:
./yuk -m
The card theme can be changed in config.h
.
Move the cursor using H, J, K, and L or the arrow keys.
Select the card under the cursor using SPACE.
Move the selected card to the tableau or foundaton under the cursor using M.
Press A to automatically move a card (from any tableau) to a foundation if possible.
Press Q to quit.