Skip to content

Tic-tac-toe is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid.

Notifications You must be signed in to change notification settings

imrahulkant/tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

Tic-tac-toe (American English), noughts and crosses (Commonwealth English and British English), or X's and Os, is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid.

Features!

  • You can Run the program Anywhere.
  • Applied MinMax Algorithm.

Run it!!

In Windows

Download the Code and open goto tictactoe folder and run index.html

Using Docker

$ docker pull imrahulkant/tictactoe:latest
$ docker run -dit -p 8080:80 imrahulkant/tictactoe:latest

And then goto to the IP:8080

About

Tic-tac-toe is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published