https://github.com/oakmac/example-tic-tac-toe
Example Tic Tac Toe Game
https://github.com/oakmac/example-tic-tac-toe
Last synced: about 1 year ago
JSON representation
Example Tic Tac Toe Game
- Host: GitHub
- URL: https://github.com/oakmac/example-tic-tac-toe
- Owner: oakmac
- License: isc
- Created: 2018-10-27T17:40:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-27T21:10:45.000Z (over 7 years ago)
- Last Synced: 2025-05-07T10:14:49.004Z (about 1 year ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Example Tic-Tac-Toe Game
Basic [tic-tac-toe] game using JavaScript.
Teaching concepts are:
* separating concerns using small functions
* managing game state using JavaScript data
* defensive programming using predicate functions to check input
* HTML rendering / building using [template literals]
* DOM event handling
Built as a teaching exercise for [DigitalCrafts] Flex students, Sep 2018.
## License
[ISC License](LICENSE.md)
[tic-tac-toe]:https://en.wikipedia.org/wiki/Tic-tac-toe
[template literals]:https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals
[DigitalCrafts]:https://www.digitalcrafts.com/