8000 GitHub - vikraman-mani/Tic-Tac-Toe: Using HTML, CSS and JS
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vikraman-mani/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe Game - Mini JS Project

0 1 2 ------------|-----------------------------|--------------------

3 4 5 ------------|-----------------------------|---------------------

6 7 8 ------------|-----------------------------|---------------------

Winning Patters = [ [0,1,2] [3,4,5] [6,7,8] ] , [ [0,3,6] [1,4,7] [2,5,8] ] , [ [0,4,8] [2,4,6]]

About

Using HTML, CSS and JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0