02 - TIC-TAC-TWO-TS
Deadline - 30.03.2025 23:59:29
Implement tic-tac-two game in typescript (TS) (using Vite). 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.
No any
type allowed in TS.
Host your HW1 and HW2 (build it first) in some web hosting. For example in your enos home folder.
https://enos.itcollege.ee/~akaver/