An open API service indexing awesome lists of open source software.

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.

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