https://github.com/cor/tictacotoejs
A JavaScript version of my TicTacoToe game
https://github.com/cor/tictacotoejs
Last synced: 12 months ago
JSON representation
A JavaScript version of my TicTacoToe game
- Host: GitHub
- URL: https://github.com/cor/tictacotoejs
- Owner: cor
- Created: 2014-03-31T08:39:31.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-01T18:12:28.000Z (almost 12 years ago)
- Last Synced: 2025-06-11T11:12:20.009Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 316 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TicTacoToeJS
============
A Javascript version of my TicTacoToe game.
[The original TicTacoToe game](https://github.com/CorPruijs/TicTacoToe) is a simple Tic Tac Toe game written in Java that uses the console.
This is pretty much the same game, except that it looks a lot better.
It's entirely client side, made using simple JS and jQuery