Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.4 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.4 KB

Tic Tac Toe Game

Description

This is a responsive Tic Tac Toe game built with HTML, CSS, and JavaScript. The game features two modes: Multiplayer and Play with AI. In Multiplayer mode, two players can play against each other. In the Play with AI mode, the player competes against the computer, which uses the Minimax algorithm with Depth-First Search (DFS) for optimal moves.

Features

  • Responsive Design: The game is fully responsive and works seamlessly on different screen sizes.
  • Two Game Modes:
    • Multiplayer Mode: Two players can play against each other.
    • Play with AI Mode: Play against a computer opponent using the Minimax algorithm.
  • Minimax Algorithm: Implemented with DFS for the AI player to ensure optimal moves.
  • Audio Effects: Audio feedback for player actions.

Preview Link

https://stalwart-kleicha-4edc54.netlify.app/

Screenshots

Main Menu

Main Menu Screenshot

Multiplayer Mode

Multiplayer Mode Screenshot

Play with AI Mode

Play with AI Mode Screenshot

Responsive Design

Mobile View

Mobile View Screenshot

Tablet View

Tablet View Screenshot

Desktop View

Desktop View Screenshot

Thank You

By -: PRANAV JARANDE