thinkswell / javascript-mini-projects

Awesome Collection of amazing javascript mini-projects.
The Unlicense
1.19k stars 859 forks source link

Ultimate TicTacToe Game #677

Open PBJI opened 11 months ago

PBJI commented 11 months ago

Develop a Javascript Ultimate TicTacToe app.

Description πŸ“œ

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.

Requirements πŸ› οΈ

Bonuses ✨

Screenshots:


Any number of people can work on a single issue πŸ‘¨β€πŸ’»πŸ‘¨β€πŸ’» This issue is open to all.🌍️


Project location πŸ‘‰πŸ» UltimateTicTacToeGame/PBJI/

πŸ‘¨πŸ»β€πŸ’» Happy Coding πŸ‘©πŸ»β€πŸ’»

PBJI commented 11 months ago

@thinkswell I request you to assign this issue.

rituraj12797 commented 11 months ago

working on it

AniketP04 commented 11 months ago

I am interested to take up this issue. Please assign this issue to me.

Kedarnath-Rothe commented 11 months ago

Please assign this issue to me