Skip to content

roygarrett/coin-flipper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

coin-flipper

Coin flipping Game created using a breadth-first search that has nodes corresponding to each board position and each edge corresponding to a legal move.

This program is able to find the shortest path from any board configuration to the desired board configuration using breadth-first search.

This program is also able to accept move inputs from the user on a continuous basis.