An open API service indexing awesome lists of open source software.

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

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/)