forki / Reversi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fable Reversi

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

Read the accompanying blog post.

Requirements

Building and running

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

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

To bundle for production just use fake build.

About


Languages

Language:F# 88.6%Language:JavaScript 10.3%Language:CSS 0.6%Language:HTML 0.5%