Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 598 Bytes

File metadata and controls

24 lines (15 loc) · 598 Bytes

Tic Tac Toe – PyScript Version

A simple and clean Tic Tac Toe game built using HTML, CSS, and Python (via PyScript).
It runs entirely in the browser — no backend or database required.

🔗 Play the Game

👉 https://github-ashwin.github.io/Tic-Tac-Toe/

Features

  • Player vs Player mode
  • Player vs Computer mode (AI uses Minimax algorithm)
  • Responsive UI
  • Instant game restart
  • Lightweight and beginner-friendly

Technologies Used

  • HTML & CSS – UI structure and styling
  • Python (PyScript) – Game logic and interactivity
  • GitHub Pages – Free hosting