https://github.com/maxbeatty/tic-tac-toe
Tic-tac-toe Game
https://github.com/maxbeatty/tic-tac-toe
Last synced: over 1 year ago
JSON representation
Tic-tac-toe Game
- Host: GitHub
- URL: https://github.com/maxbeatty/tic-tac-toe
- Owner: maxbeatty
- Created: 2013-04-15T05:38:56.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-15T06:44:46.000Z (about 13 years ago)
- Last Synced: 2025-02-09T17:28:39.669Z (over 1 year ago)
- Language: JavaScript
- Size: 111 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tic-tac-toe
===========
I interviewed at Apple once, and they asked me to make this game in vanilla JavaScript.
I failed miserably.
Now, I can do it no problem. So here.
--
This isn't the greatest, most robust answer ever. It's what I came up with in a mock interview-style rush to a solution.