https://github.com/scottgriv/javascript-tic_tac_toe
A simple HTML/CSS/JS demo of Tic Tac Toe.
https://github.com/scottgriv/javascript-tic_tac_toe
code-pen codepen game javascript js tic-tac-toe tic-tac-toe-game tic-tac-toe-javascript
Last synced: 11 months ago
JSON representation
A simple HTML/CSS/JS demo of Tic Tac Toe.
- Host: GitHub
- URL: https://github.com/scottgriv/javascript-tic_tac_toe
- Owner: scottgriv
- License: unlicense
- Created: 2023-01-05T03:03:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-17T22:14:40.000Z (12 months ago)
- Last Synced: 2025-03-28T18:32:32.547Z (12 months ago)
- Topics: code-pen, codepen, game, javascript, js, tic-tac-toe, tic-tac-toe-game, tic-tac-toe-javascript
- Language: HTML
- Homepage: https://codepen.io/scottgriv/pen/WNmyKwO
- Size: 402 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---------------
JavaScript Tic Tac Toe Game
A simple Tic Tac Toe game built with JavaScript, HTML, and CSS.
- Play it on CodePen [here](https://codepen.io/scottgriv/pen/WNmyKwO).
> [!NOTE]
> Because of modern day browsers enforcing CORS Policy, the javascript for this application is included in the `index.html` file, not a separate `script.js` file.
---------------
## Table of Contents
- [Getting Started](#getting-started)
- [Resources](#resources)
- [License](#license)
- [Credits](#credits)
## Getting Started
1. Clone this repository to your local machine.
2. Open the ```index.html``` file in your web browser.
3. Play the game!
## Resources
- [JavaScript](https://www.javascript.com/)
- [HTML](https://www.w3schools.com/html/)
- [CSS](https://www.w3schools.com/css/)
- [Original CodePen Fork](https://codepen.io/gaearon/pen/gWWZgR)
## License
This project is released under the terms of **The Unlicense**, which allows you to use, modify, and distribute the code as you see fit.
- [The Unlicense](https://choosealicense.com/licenses/unlicense/) removes traditional copyright restrictions, giving you the freedom to use the code in any way you choose.
- For more details, see the [LICENSE](LICENSE) file in this repository.
## Credits
**Author:** [Scott Grivner](https://github.com/scottgriv)
**Email:** [scott.grivner@gmail.com](mailto:scott.grivner@gmail.com)
**Website:** [scottgrivner.dev](https://www.scottgrivner.dev)
**Reference:** [Main Branch](https://github.com/scottgriv/javascript-tic_tac_toe)
---------------
