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: 8 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-01T16:54:57.000Z (almost 3 years ago)
- Last Synced: 2025-01-01T23:09:52.794Z (over 1 year 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 0
To delete the game files:
1. Execute "make clean" in the terminal