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

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.

Awesome Lists containing this project

README

          









JavaScript Badge
HTML Badge
CSS Badge


GitHub Badge
Email Badge
BuyMeACoffee Badge


Bronze

---------------

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).





A virtual recreation of Tic Tac Toe!

> [!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)

---------------