Servan42 / Peg_Solitaire

Personal Project: Model and Simulator of the European Peg Solitaire, with replay.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

European Peg Solitaire Simulator

Description

This windows console program is a model of the european peg solitaire. For now game generation is completely random. It can run the following functions (chosen from a menu at startup):

Quickstats

Generates a number of games and give stats about the remaining number of balls (min, mean).

Complete Stats

Runs Quickstats for each non redundent starting position of the board.

Occurence Stats

Displays a bar chart of remining ball count occurences on a sample of generated games.

Replay best

Generates a number of games and replays the best one in the terminal

Replay perfect

Generate games until a goal (remaining balls) is reached, and replays it in the terminal.

About

Personal Project: Model and Simulator of the European Peg Solitaire, with replay.

License:MIT License


Languages

Language:C# 100.0%