Skip to content
This repository was archived by the owner on Jun 21, 2025. It is now read-only.

Conversation

@CtrlZmaster
Copy link

This PR resolves #13 by implementing a web-based Tic Tac Toe game.

Features:

  • Two-player mode for local multiplayer gameplay
  • AI mode with strategic computer opponent
  • Clean, responsive UI using vanilla HTML, CSS and JavaScript
  • No external dependencies required

The game includes:

  • Mode selection (2-player or AI)
  • Game status display
  • Reset functionality
  • Strategic AI that can:
    • Make winning moves when possible
    • Block player's winning moves
    • Make strategic moves (center/corners)

Testing:

  • Tested in modern browsers
  • Verified both game modes work as expected
  • Confirmed responsive design works on different screen sizes

Implement a web-based Tic Tac Toe game with the following features:
- Two-player mode for local multiplayer
- AI mode with strategic computer opponent
- Clean, responsive UI using vanilla HTML, CSS and JavaScript
- No external dependencies required
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make a tic-tac-toe game for web

1 participant