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.
- dotnet SDK 3.1
- node.js with npm
- An F# editor like Visual Studio, Visual Studio Code with Ionide or JetBrains Rider.
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
.