Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shubhamagarwal16/ticktacktoe-javascript
A simple tick tack toe game made using pure javascript.
https://github.com/shubhamagarwal16/ticktacktoe-javascript
Last synced: about 2 months ago
JSON representation
A simple tick tack toe game made using pure javascript.
- Host: GitHub
- URL: https://github.com/shubhamagarwal16/ticktacktoe-javascript
- Owner: shubhamagarwal16
- Created: 2019-07-29T09:16:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-19T09:14:35.000Z (over 5 years ago)
- Last Synced: 2024-10-11T12:11:35.654Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ticktacktoe-javascript
## Project Layout
- Used vanilla javascript for all functionality
- Used jQuery only for bootstrap modals (popups)
- Can run project by simply clicking on **index.html**## Features
- Can play ticktock game using mouse click action or by using the numpad or upper number keys from 1-9.
- Player can enter their names at the time of starting of game
- Their is a scoreboard and current player details to keep track of the score## Snapshot
![Capture](https://user-images.githubusercontent.com/35931111/62157617-36734380-b32b-11e9-9ce9-40cd6ad49d7b.PNG)