Skip to content

elliot-wasem/Solitaire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solitaire

A simple terminal-based solitaire game written in C using Ncurses

Dependencies

Requires an installation of ncursesw as unicode is used extensively, and ncurses is used for display.

Building

You can build using the makefile provided.

Running

You can play the game by running the solitaire executable created by the makefile.

Controls

Button Effect
w: up
a: left
s: down
d: right
f: flip
space: select
c: cancel
q: quit

Visual Indicators

Description Meaning
Yellow border on card: card selected
Green border on card: current cursor position
Big X on card: empty spot
4 symbols on card: card present but not visible

About

A simple terminal-based solitaire game written in C using Ncurses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published