https://github.com/adeelibr/simon-game
A simon game implementation in vanilla javascript, jquery & react
https://github.com/adeelibr/simon-game
game javascript jquery react simon-game vanilla-javascript
Last synced: 3 months ago
JSON representation
A simon game implementation in vanilla javascript, jquery & react
- Host: GitHub
- URL: https://github.com/adeelibr/simon-game
- Owner: adeelibr
- Created: 2018-05-03T19:06:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-05T14:23:23.000Z (about 8 years ago)
- Last Synced: 2025-06-24T15:54:51.862Z (about 1 year ago)
- Topics: game, javascript, jquery, react, simon-game, vanilla-javascript
- Language: CSS
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simon Game
A simple tic tac toe game build in jquery, vanilla javascript & react, along with some nice HTML & CSS.
There are 3 implementations of this game one is in pure javascript, the other is in jQuery and the last one is react library.
### How To Use It
* Clone the repository
* Go in `jquery` or `vanilla` folder
* Open `index.html` file in your browser.
##### Things I am using
* HTML, CSS
* One implementation done in jQuery
* One implementation done in vanilla javascript
* One implementation done in react
##### Live Example
I have hosted the live example of jQuery at
[Simon Game (jQuery Implementation)](https://codepen.io/adeelibr/full/pVWbpg/)
I have hosted the live example of vanilla javasript at
[Simon Game (Vanilla Javascript Implementation)](https://codepen.io/adeelibr/full/wjrgmV/)