Skip to content

imPratyoosh/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Play here: Tic-Tac-Toe Game
GitHub

This game isn't vibe-coded - ChatGPT

Tic Tac Toe

A modern Tic-Tac-Toe web game with expressive design and a smart AI opponents.

✨ Features

  • 🎨 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

🛠 Tech Stack

  • HTML5 – Structure
  • CSS3 – Styling (Material-inspired)
  • Vanilla JavaScript – Game logic & AI
  • GitHub Pages – Hosting

No frameworks, no libraries.


Contributions

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.

📂 Project Structure

.
├── index.html
├── css/
│   └── style.css
├── js/
│   └── script.js
├── README.md
└── LICENSE

About

Simple Tic Tac Toe Game created using HTML

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors