https://github.com/cfisher21/tic-tac-toe
This project is a simple implementation of the classic Tic Tac Toe game, designed to be easy to understand and extend. Whether you’re a beginner looking to get into programming or a seasoned developer wanting to revisit some classic game logic, this repo has something for you.
https://github.com/cfisher21/tic-tac-toe
css game html javascript tictactoe-javascript
Last synced: 22 days ago
JSON representation
This project is a simple implementation of the classic Tic Tac Toe game, designed to be easy to understand and extend. Whether you’re a beginner looking to get into programming or a seasoned developer wanting to revisit some classic game logic, this repo has something for you.
- Host: GitHub
- URL: https://github.com/cfisher21/tic-tac-toe
- Owner: CFisher21
- Created: 2024-07-29T07:53:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T22:28:52.000Z (over 1 year ago)
- Last Synced: 2024-09-10T02:57:48.767Z (over 1 year ago)
- Topics: css, game, html, javascript, tictactoe-javascript
- Language: JavaScript
- Homepage: https://cfisher21.github.io/Tic-Tac-Toe/
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic-Tac-Toe Game
## Description
Tic-Tac-Toe is a classic 3x3 grid game where two players take turns to place their marks (X or O) in a bid to align three of their marks horizontally, vertically, or diagonally. This implementation features a simple yet interactive web-based version of the game with a clean UI.
## Features
- Two-player mode: Play against another player with customizable names.
- Responsive Design: Adapts to various screen sizes with a mobile-friendly layout.
- Dynamic Gameplay: Switches between players automatically and checks for winners.
- Start and Restart: Options to start a new game and restart the current game.
## Demo
You can see a live demo of the game [here](https://cfisher21.github.io/Tic-Tac-Toe/).
## Technologies Used
- HTML: Structure of the web page.
- CSS: Styling and responsive design.
- JavaScript: Game logic and interactivity.
## Contact
### Cody Fisher
- Email - fishercody23@gmail.com
- LinkedIn - https://www.linkedin.com/in/fishercody21/
- GitHub - https://github.com/CFisher21