This repository contains multiple implementations of a Tic-Tac-Two game, developed for my JS course. The goal was to build the game using different technologies while supporting both human and AI gameplay.
Game rules: https://gamescrafters.berkeley.edu/games.php?game=tictactwo
- Standard gameplay
- Game modes:
- Human vs Human
- Human vs AI
- AI: Slightly smarter than random
- Reset functionality
- Timer functionality
- Each version is deployed and publicly accessible