Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 414 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 414 Bytes

ng2048

A clone of a well known game built on AngularJs. To complete the app the Building the 2048 game in AngularJS guide was used.

A different approach was used to implement Tile object, tiles moving and merging. Therefore all the animations are now working properly. Styles have been changed to be similar to the original game.