Skip to content

jayden/clojure-ttt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe

A Tic Tac Toe program written in Clojure.

Setup

lein trampoline run

How to Play

The board is set up as depicted below.

                |         |
           0    |    1    |   2	
                |         |
        ________|_________|________
                |         |
           3    |    4    |   5
                |         |
        ________|_________|________
                |         |
           6    |    7    |   8
                |         |
                |         |

To select a move, type in the desired numbered space. For example, if you wanted to move to the center of the board, type in "4" without the quotes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published