Skip to content

rupss/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tic-tac-toe

Implementation of tic-tac-toe (first Clojure project). It is human vs the computer, and the computer determines its move based on the minimax algorithm. You shouldn't be able to beat the computer - if you can, something's wrong so please let me know.

See /src/tic-tac-toe/core.clj for more comments.

Prerequisites

Leiningen

Usage

    lein run

License

Copyright © 2013 Rupa Shankar

About

Implementation of tic-tac-toe using Clojure.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published