Skip to content

nielssp/yuk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yuk

A quick and dirty implementation of Yukon in C using ncurses.

yuk.png

Usage

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.

About

Play Yukon solitaire in the terminal

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages