https://github.com/dulip-sameera/tic-tac-toe
https://github.com/dulip-sameera/tic-tac-toe
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dulip-sameera/tic-tac-toe
- Owner: dulip-sameera
- Created: 2022-10-28T04:04:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-29T12:26:33.000Z (almost 4 years ago)
- Last Synced: 2025-02-02T12:43:13.101Z (over 1 year ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic-Tac-Toe
## Version 1 : Multiplayer
In this version, two players can play the game.
### Things I learned
* How to use JavaScript Module Pattern
* How to use JavaScript Closure
* This may be a minor, but I learned how to create an X and circle just from CSS :)
[Demo](https://dulip-sameera.github.io/Tic-Tac-Toe/)