Skip to content
This repository has been archived by the owner on Sep 5, 2018. It is now read-only.
/ Connet4 Public archive

This project reads in a JSON object through standard input that resembles a Connect4 game state, generates a tree of possible preceding states, and runs the min-max algorithm on the tree to determine the best move. After making the selection, the program sends the new state of the game, as a JSON, through standard output. Our professor had a dri…

Notifications You must be signed in to change notification settings

TannerJuby1/Connet4

About

This project reads in a JSON object through standard input that resembles a Connect4 game state, generates a tree of possible preceding states, and runs the min-max algorithm on the tree to determine the best move. After making the selection, the program sends the new state of the game, as a JSON, through standard output. Our professor had a dri…

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published