Skip to content

Drako/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published