Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-31T15:18:48.000Z (almost 9 years ago)
- Last Synced: 2023-02-27T12:06:31.204Z (almost 2 years ago)
- Language: HTML
- Homepage: http://jenniferbland.com/fcc/tic-tac-toe/
- Size: 131 KB
- Stars: 2
- Watchers: 1
- 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
![Tic-Tac-Toe](/screenshots/game.png?raw=true "Tic-Tac-Toe Game")### Winner Announced
![Tic-Tac-Toe](/screenshots/winner.png?raw=true "Tic-Tac-Toe Game")### Responsive Design
![Tic-Tac-Toe](/screenshots/responsive.PNG?raw=true "Tic-Tac-Toe Game")