Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axilleasiv/vue2048
The 2048 game in Vue.js
https://github.com/axilleasiv/vue2048
Last synced: 4 days ago
JSON representation
The 2048 game in Vue.js
- Host: GitHub
- URL: https://github.com/axilleasiv/vue2048
- Owner: axilleasiv
- License: mit
- Created: 2014-04-21T14:06:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-19T14:01:19.000Z (over 10 years ago)
- Last Synced: 2024-10-27T13:03:22.717Z (16 days ago)
- Language: JavaScript
- Size: 316 KB
- Stars: 102
- Watchers: 7
- Forks: 37
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
vue2048
=======The 2048 game in Vue.js
This is based on 2048 by [Gabriele Cirulli],
and it uses some code from [his repos] about the keybinding, touch events, and the css styling.The main functionality is written using Vue.js,
a very flexible MVVM library.This is inspired from the following [ng-newsletter article]
You can play the [game here].
[Gabriele Cirulli]:http://gabrielecirulli.com/
[his repos]:https://github.com/gabrielecirulli/2048
[game here]:http://axilleasiv.github.io/vue2048/
[ng-newsletter article]:http://www.ng-newsletter.com/posts/building-2048-in-angularjs.html