Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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