01 - TIC-TAC-TWO
Deadline - 02.03.2025 23:59:29
Implement tic-tac-two game in pure js. Use modules and class oriented programming.
Structure your code, use separation of concerns principle.
Rules of the game:
- https://www.geekyhobbies.com/tic-tac-two-board-game-review/
- https://gamescrafters.berkeley.edu/games.php?game=tictactwo
- https://www.youtube.com/watch?v=biKTvJQQ68Y
Game has to support:
- standard gameplay
- human-to-human, human-ai game modes
- ai - minimal, one noch better than random choice.
- game reset, timer
- no storage, save, etc. needed.
No predefined html. Predefined css is ok. No libraries.