Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/o-laurent/peg-solitaire
- Owner: o-laurent
- License: mit
- Created: 2021-01-18T09:09:10.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-01T16:54:57.000Z (about 1 year ago)
- Last Synced: 2023-09-02T09:43:57.975Z (about 1 year ago)
- Topics: game, peg-solitaire, solitaire, terminal
- Language: C
- Homepage:
- Size: 413 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 0To delete the game files:
1. Execute "make clean" in the terminal