monte-carlo-connect-four

Connect Four in the browser in ClojureScript

MIT License

Stars
3

Play

The latest working version can be played here.

Implementation

Uses the bitboard implementation outlined here and used here for efficient checking for a winner.

Development

Run "lein figwheel" in a terminal to compile the app. Wait a bit, then browse to http://localhost:3449.

Any changes to ClojureScript source files (in src) will be reflected in the running page immediately (while "lein figwheel" is running).