Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/o-laurent/peg-solitaire

Play & solve peg solitaire in your terminal!
https://github.com/o-laurent/peg-solitaire

game peg-solitaire solitaire terminal

Last synced: 4 days ago
JSON representation

Play & solve peg solitaire in your terminal!

Awesome Lists containing this project

README

        

# Peg Solitaire

## Contents of the software

This software is a simulation of peg solitaire. You can play with a custom board if desired. This software also includes a beam-search automatic solver.

## Set-up

To set up the game:

1. Execute `make` in the terminal
2. Type `./solitaire.app`
3. Read the rules (in French for now) typing 0

To delete the game files:

1. Execute "make clean" in the terminal