Skip to content

A simple solitaire game written in C++ that can be played in the terminal.

Notifications You must be signed in to change notification settings

Teinc3/solitaire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solitaire

A simple solitaire game written in C++ that can be played in the terminal.

How to play

  • Build the game using makefile or download the executable from the releases
  • Run the game using ./bin/solitaire or double-click the executable

Specifications

  • Minimum terminal size: 76x22 (The game will refuse to launch if the terminal is too small)

Build dependencies

Windows Powershell:

  • pdcurses

MacOS/Linux:

  • ncurses

About

A simple solitaire game written in C++ that can be played in the terminal.

Topics

Resources

Stars

Watchers

Forks