Play here:
Tic-Tac-Toe Game
This game isn't vibe-coded - ChatGPT
A modern Tic-Tac-Toe web game with expressive design and a smart AI opponents.
-
🎨 Material-inspired design
- Clean surfaces
- Rounded components
- Calm, expressive UI
-
🧠 Smart AI
- Tries to win when possible
- Blocks opponent moves
- Prioritizes center and corners
-
👥 Two-player mode
- Play locally with another person
- Clear turn handling
-
🧩 Well-structured code
Separated HTML, CSS, and JavaScript(I don't understand any of these languags and with chagpt the game get worse while doing this)- Easy to read and extend
- HTML5 – Structure
- CSS3 – Styling (Material-inspired)
- Vanilla JavaScript – Game logic & AI
- GitHub Pages – Hosting
No frameworks, no libraries.
This project is currently maintained by the author.
Contributions are welcome in the form of:
- Bug fixes
- UI/UX improvements
- AI enhancements
- Performance optimizations
- Documentation improvements
Feel free to open an issue or submit a pull request.
.
├── index.html
├── css/
│ └── style.css
├── js/
│ └── script.js
├── README.md
└── LICENSE