https://github.com/ratracegrad/fcc-tic-tac-toe
Simple tic-tac-toe game demonstrating JavaScript, jQuery and Bootstrap
https://github.com/ratracegrad/fcc-tic-tac-toe
Last synced: 2 months ago
JSON representation
Simple tic-tac-toe game demonstrating JavaScript, jQuery and Bootstrap
- Host: GitHub
- URL: https://github.com/ratracegrad/fcc-tic-tac-toe
- Owner: ratracegrad
- Created: 2016-01-31T14:29:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-31T15:18:48.000Z (over 9 years ago)
- Last Synced: 2025-01-06T08:20:12.058Z (4 months ago)
- Language: HTML
- Homepage: http://jenniferbland.com/fcc/tic-tac-toe/
- Size: 131 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TIC-TAC-TOE Game
> Simple tic-tac-toe game demonstrating JavaScript, jQuery and Bootstrap for styling.## Playing the Game
Player 1 will be X and Player 2 will be O.Game starts with Player 1 clicking in any open square to place their piece. Player 2 then clicks in any open square to place their piece. Play continues in alternating fashion until one player wins or there is a tie.
To start a new game, click the "Play Again" button.
## Live Preview
[You can play my Tic-Tac-Toe game in production here](http://www.jenniferbland.com/fcc/tic-tac-toe)## Screenshots
### Game Layout
### Winner Announced
### Responsive Design
