https://github.com/iofall/tic-tac-toe
A simple Tic Toe Game created using JavaScript. Play at:
https://github.com/iofall/tic-tac-toe
bootstrap css html javascript
Last synced: 2 months ago
JSON representation
A simple Tic Toe Game created using JavaScript. Play at:
- Host: GitHub
- URL: https://github.com/iofall/tic-tac-toe
- Owner: iofall
- Created: 2020-05-08T21:38:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-08T21:46:01.000Z (about 6 years ago)
- Last Synced: 2025-10-29T21:41:04.054Z (8 months ago)
- Topics: bootstrap, css, html, javascript
- Language: JavaScript
- Homepage: https://iofall.github.io/Tic-Tac-Toe/
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tic Tac Toe

This is a simple Tic Tac Toe project created to showcase `DOM manipulation` and interaction using `JavaScript`. It also uses `Bootstrap` for some basic styling.
### Acknowledgements
This project was created with reference to **Jose Portilla's Full Stack Django Development Course**, although it has been heavily modified it has been heavily modified.