Skip to content

Simple Tic Tac Toe game built using HTML, CSS, Java Script.

Notifications You must be signed in to change notification settings

reaperrrrrr/Tic_Tac_Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Tic-Tac-Toe Game

A classic two-player game built with HTML, CSS, and JavaScript. Challenge your friends or test your strategic skills against the AI (coming soon!).

Description

This Tic-Tac-Toe game lets you play the traditional game in a sleek and responsive interface. Take turns placing X's and O's on the 3x3 grid, aiming to get three in a row horizontally, vertically, or diagonally. The game detects wins, draws, and keeps track of the current player.

Visuals

Screenshot of Tic-Tac-Toe game: screenshot.png ## InstallationScreenshot

This is a simple web-based game, no installation required! Just follow these steps:

  1. Clone or Download the Repository:

  2. Open the Game:

    • Open the index.html file in your web browser.

Usage

Click on an empty cell on the grid to place your mark (X or O). The game will automatically switch turns and check for winning conditions.

Support

Having trouble? Feel free to open an issue on the GitHub repository or contact me at [email protected].

Roadmap

  • Implement AI opponent for single-player mode (coming soon!)
  • Add difficulty levels for the AI
  • Enhance visual design and animations

Contributing

We welcome contributions to improve the game! If you have any ideas or bug fixes, please consider opening a pull request. We recommend creating a new branch for your changes and following the coding style used in the project.

A detailed contributing guide can be found in the CONTRIBUTING.md file.

Authors

  • Kushal : reaperrrrrr

Project Status

This project is actively maintained and open to contributions.