Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dulip-sameera/tic-tac-toe
https://github.com/dulip-sameera/tic-tac-toe
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dulip-sameera/tic-tac-toe
- Owner: dulip-sameera
- Created: 2022-10-28T04:04:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-29T12:26:33.000Z (over 2 years ago)
- Last Synced: 2023-03-13T07:21:01.943Z (almost 2 years ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- 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/)