Skip to main content

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:

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.