https://github.com/fasttime/browser-simon
Simon memory game for the browser
https://github.com/fasttime/browser-simon
Last synced: 5 days ago
JSON representation
Simon memory game for the browser
- Host: GitHub
- URL: https://github.com/fasttime/browser-simon
- Owner: fasttime
- License: isc
- Created: 2016-08-04T21:46:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-09-15T18:17:58.000Z (over 6 years ago)
- Last Synced: 2025-02-23T05:02:32.458Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://cdn.statically.io/gh/fasttime/Browser-Simon/master/index.html
- Size: 202 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# Browser Simon · [![npm version][npm badge]][npm url]
The popular [Simon](https://en.wikipedia.org/wiki/Simon_(game)) memory game written entirely in
JavaScript, with no static CSS or resource files and only minimal HTML.
[![Play now!][play now image]][play now]
**Browser Simon** is distributed in three functionally equivalent versions.
* **dist/simon.js**: The unaltered debug version.
* **dist/simon.min.js**: The compressed version.
* **dist/simon.screwed.js**: JSFuck version consisting of only 6 different characters, encoded with
[JScrewIt](https://jscrew.it).
Special thanks to [WaitingForFriday.com](https://www.waitingforfriday.com/?p=586) for sharing
technical information used to create this software.
[npm badge]: https://badge.fury.io/js/browser-simon.svg
[npm url]: https://www.npmjs.com/package/browser-simon
[play now]: https://cdn.statically.io/gh/fasttime/Browser-Simon/master/index.html
[play now image]: https://cdn.statically.io/gh/fasttime/Browser-Simon/master/Play%20now!.svg