AvenZhang / vue2048

The 2048 game in Vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

The 2048 game in Vue.js

License:MIT License


Languages

Language:JavaScript 88.4%Language:CSS 9.3%Language:HTML 2.3%