Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.

gadfly361/reagent-tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tic-tac-toe

Tic Tac Toe built with Reagent.

The game employs a minimax ai on the 3x3 board, but reverts to a heuristic ai for larger boards.

Usage

Create a javascript file from your clojurescript files.

$ lein cljsbuild once

Note: the speclj tests should run, and this requires phantomjs.

Start a repl and then start the server.

$ lein repl

user=> (run)

Open a browser and go to localhost:10555. You should see a Tic Tac Toe game, enjoy!

About

Tic Tac Toe built with Reagent

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages