Skip to content

A game of tictactoe with 9x9 plot, a bot and made in vanilla javascript back when I was newbie.

Notifications You must be signed in to change notification settings

PBJI/ultimate-tictactoe-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Play

Ultimate Tic-Tac-Toe is a variant of the classic Tic-Tac-Toe game. It is played on a larger 9x9 grid which consists of nine 3x3 grids. The objective of the game is to win each 3x3 grid, and ultimately, the entire game by winning the most 3x3 grids.

In this game, players take turns placing their symbol (either X or O) in a vacant square of the 3x3 grid. However, the twist is that the square where a player places their symbol determines the 3x3 grid where their opponent must play on their next turn. If a player wins a 3x3 grid, they gain control of that grid, and their symbol is displayed in the corresponding square of the larger 9x9 grid. The game continues until one player wins three 3x3 grids in a row, or until all the squares have been filled, resulting in a draw.

Ultimate Tic-Tac-Toe is a more complex version of Tic-Tac-Toe that requires strategic thinking and planning ahead. It also introduces an element of control over the opponent's moves, as the placement of a player's symbol determines the next playable grid for their opponent. Overall, Ultimate Tic-Tac-Toe is an engaging and challenging game that provides a new twist on a classic game.

Preview

scriptScraperEdabit-2023-05-02_15.24.37.mp4

Reflection (2023)

This was my first application and that too first time in javascript. Given that, I can see that the code is not readable and logical throughout especially the structure of the code is complex. So I have decided to remake this app, with my newly develop software skills and add extra features to it. UTTT 2 coming soon....

About

A game of tictactoe with 9x9 plot, a bot and made in vanilla javascript back when I was newbie.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published