Ultimate Tic Tac Toe

http://ultimatetictactoe.surge.sh/

Project description: A fun variation of Tic Tac Toe Game where inside a regular Tic Tac Toe board there is another board in each space.

Rules

Win Condition of game: To win the outer board

Rules: First note there exist an inner board and outer board which encloses the inner board. To win the inner board is just like classic Tic Tac Toe a player must have their marker three in a row would that be horizonatal, vertical, or diagonal. To win the outer board a player must win inner boards in a three in a row fasion. (hori, verti, diag)

Placement: Where the opponent place their marker in the inner board indicates which inner board in the outer board you will palce a marker as a player.
1] If O places in the middle X must place their somewhere in the middle board.
2] If O place in a space where the inner board is full, X may put their marker anywhere in the board.

License

Copyright [2021] [Daniel Lee]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.