Drako / TicTacToe

TicTacToe implementation in Elm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TicTacToe

License Netlify Status

This is a little TicTacToe game written in Elm as I am currently experimenting around with it.

Building

Development Build:

elm make src/Main.elm

Release Build:

elm make --optimize src/Main.elm

Both generate an HTML file which can be opened with a web browser.

Alternatively one can compile into a JS file with the --output<output-file> parameter. This way the element can be embedded into a bigger project.

Demo

A live running version can be found here.

About

TicTacToe implementation in Elm

License:MIT License


Languages

Language:Elm 92.5%Language:Shell 4.7%Language:HTML 2.8%