Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 533 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 533 Bytes

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/.