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

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:

Awesome Lists containing this project

README

          

Tic Tac Toe

![Tic Tac Toe Board](/images/board.png)

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.