8000 GitHub - rangersdo/Tictactoe
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rangersdo/Tictactoe

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe Game

A simple, interactive Tic Tac Toe game implemented using HTML, CSS, and JavaScript.

Features

  • 3x3 grid Tic Tac Toe gameplay
  • Alternating turns between X and O players
  • Win detection for all possible combinations
  • Draw detection
  • Reset game functionality

How to Play

  1. Open the game in a web browser
  2. Click on empty cells to place X or O
  3. The game will automatically detect wins or draws
  4. Use the "Reset Game" button to start over

Running on Replit

Run on Repl.it

  1. Click the "Run on Repl.it" badge above
  2. Wait for the project to load
  3. Click the "Run" button at the top of the Replit interface
  4. Open the web preview or the provided URL to play the game

Project Structure

  • index.html: Game structure and layout
  • styles.css: Game styling and design
  • script.js: Game logic and interactivity
  • .replit: Replit configuration file
  • replit.nix: Nix package management configuration

Setup

No additional setup required. Simply clone the repository and open index.html in a web browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.4%
  • CSS 21.7%
  • HTML 21.0%
  • Nix 3.9%
0