Skip to content

Jag is an advanced Tic Tac Toe game with a play board of 36 squares as opposed to the 9 of tic tact toe. This means that Jag has more possibilities to gain points and it's more challenging and exciting. It is coded in vanilla JavaScript.

Notifications You must be signed in to change notification settings

gustavNdamukong/Jag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jag

Jag is an advanced Tic Tac Toe game with a play board of 36 squares as opposed to the 9 of tic tact toe. This means that Jag has more possibilities to gain points and it's more challenging and exciting. It is coded in vanilla JavaScript.

Jag - the advanced tic tac toe game

THE RULES OF THE GAME This a game for two players A match of three squares earns A player 1 point An alignment of three squares, where one of the squares was already used in a previous match is not a match. Matching 6 squares diagonally across the board earns the player 8 points in addition to whatever points they earned from matching any three of the squares on the diagonal line.

Note

I will be converting it into a networked game using sockets.io and hosted on Heroku, so two players can play remotely.

About

Jag is an advanced Tic Tac Toe game with a play board of 36 squares as opposed to the 9 of tic tact toe. This means that Jag has more possibilities to gain points and it's more challenging and exciting. It is coded in vanilla JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages