A simple implementation of the classic Tic-Tac-Toe game in different frontend frameworks. The project is structured to allow easy comparison between the frameworks used and their respective implementations. It is a great tutorial to get started with them!.
This project allows two players to play against each other in a terminal-based interface.
- Two-player gameplay
- Simple and intuitive user interface
- Input validation to prevent invalid moves
- Win and draw detection
- Python (FastHTML)
- React