Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mvasilkov/glitch2016
https://github.com/mvasilkov/glitch2016
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mvasilkov/glitch2016
- Owner: mvasilkov
- Created: 2016-08-13T12:49:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-08T13:50:39.000Z (about 8 years ago)
- Last Synced: 2024-10-05T17:01:54.045Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://mvasilkov.ovh/glitch2016/
- Size: 75.2 KB
- Stars: 28
- Watchers: 2
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-open-source-games - Couch 2048 - A physics-based puzzle, loosely related to the original 2048 game. (Browser-Based / Puzzle)
README
Couch 2048
==========[*Couch 2048*][0] is a physics-based puzzle, loosely related to the original [*2048*][1] game.
Written by [Mark Vasilkov][2] for js13kGames–2016.
Compatibility
-------------Any modern browser should work. Even MS Edge. Especially MS Edge.
The game is CPU-intensive, which is why there is the *High Quality* toggle on the title screen.
Kudos
-----Many thanks to [Marcus Geelnard][3] for the music! Both the [Sonant JS synthesizer][4] and the song were authored by this amazingly talented person.
The Verlet physics engine is heavily inspired by the work of [Gerard Ferrandez][5].
Sound FX code is based on the [blog post][6] by Jack Rugile.
I'm also extremely grateful to Natalia Vasilkov, Michael Reyfman and Amnon Grossman for beta-testing and support.
[0]: http://mvasilkov.ovh/glitch2016/
[1]: https://gabrielecirulli.github.io/2048/
[2]: https://github.com/mvasilkov
[3]: https://twitter.com/m_bitsnbites
[4]: https://gitorious.org/js-sonant/js-sonant
[5]: https://twitter.com/ge1doot
[6]: http://codepen.io/jackrugile/post/arcade-audio-for-js13k-games