markpattison / Reversi

8 stars 1 forks source link

Fable Reversi

This code forms part of my submission to the F# Advent Calendar in English 2019.

Read the accompanying blog post (now somewhat out of date) or play live here.

Requirements

Building and running

First run dotnet tool restore as a one-off.

To run the app locally use dotnet fake build -t run. This will open the app in your browser at http://localhost:8080/.

To run the AI tests use dotnet fake build -t test.

To bundle for production just use dotnet fake build.