/elm-chess

Chess made with Elm.

Primary LanguageHTMLMIT LicenseMIT

Elm-chess

Chess made in Elm.

AI is being run on the backend, made possible by Chess-ai-kong library.

Try it yourself!

Deploy

Installation and running

Start API by running the following code in repo/api/ :

npm install
node index.js

Start app by running elm-reactor inside repo/app/.