Skip to content

A simple Tic Tac Toe game built using HTML, CSS, and JavaScript. This project demonstrates the basics of web development and game logic in JavaScript, perfect for beginners learning how to create interactive applications on the web.

Notifications You must be signed in to change notification settings

Vedant-Hande/Tic-Tac-Toe-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe Game

A simple Tic Tac Toe game built using HTML, CSS, and JavaScript. This project demonstrates the basics of web development and game logic in JavaScript, perfect for beginners learning how to create interactive applications on the web.

Table of Contents

Features

  • Single Player Mode: Play as "X" or "O" against a friend.
  • Responsive Design: Game is playable on desktop and mobile devices.
  • Game Reset: Reset the board to start a new game easily.

Technologies Used

  • HTML: Structure of the game interface.
  • CSS: Styling for the layout and interactive effects.
  • JavaScript: Core logic of the game.

Installation

  1. Clone the repository:

    git clone https://github.com/Vedant-Hande/tic-tac-toe-game.git

Open index.html in your browser to start the game.

How to Play

Choose which player will go first (X or O). Players take turns clicking on the grid to mark a square. The first player to align three marks (horizontally, vertically, or diagonally) wins. Click the "Reset" button to play again.

Future Improvements

Add a multiplayer mode for online play. Implement an AI opponent. Add animations and sound effects.

Contributing

Contributions are welcome! Feel free to submit a pull request or open an issue for any bugs or feature requests.

About

A simple Tic Tac Toe game built using HTML, CSS, and JavaScript. This project demonstrates the basics of web development and game logic in JavaScript, perfect for beginners learning how to create interactive applications on the web.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published