Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/o-laurent/peg-solitaire
Play & autosolve peg solitaire in your terminal!
https://github.com/o-laurent/peg-solitaire
beam-search game peg-solitaire solitaire terminal
Last synced: 5 days ago
JSON representation
Play & autosolve 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 (over 1 year ago)
- Last Synced: 2024-11-08T19:49:01.389Z (about 2 months ago)
- Topics: beam-search, 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