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 languages 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