Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 0 | x | x
---|---|---
 x | 0 | 0
---|---|---
 x | 0 | 0
   
Tic-Tac-Toe 
===========
Simple implementation of tic-tac-toe game using the Minimax algorithm.
Written on Golang.

How to run?
-----------
To challenge yourself playing against AI, you can use the bash-script below: 

    $ ./play.sh

Also you can do it manually by building the binary file: 
    
    $ go build -o bin/ttt src/game.go && ./bin/ttt
    
[optional] 
    After building put binary file into the $PATH directory, f.e directory where do you store your scripts locally (default: ~/.local/bin).
    So, you can play anytime directly from the terminal when you're bored. 

About

Tic-tac-toe using the Minimax algorithm.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Used by

Contributors

Languages