Skip to content

delosrogers/Tic-Tac-Toe-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A web based Tic-Tac-Toe game written in Elm.

In order to run the built version start a webserver on the root of the working tree for example with Python -m http.server and navigate to elm.html.

In order to develop you must install elm and you can build the code using elm make src/Main.elm --output elm.js

In order to switch from a 3 by 3 to a 4 by 4 board change the repeat in the init function in Main.elm to 15 so it makes a board with 16 spaces.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors