Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/astro-gram/2048

This is 2048 the game.
https://github.com/astro-gram/2048

2048 express node-sass nodejs semi-complete

Last synced: 23 days ago
JSON representation

This is 2048 the game.

Awesome Lists containing this project

README

        

# 2048 - (Semi-complete)

**TO-DO**
- show loss message if you lose (it will console.log that you lost currently)
- fix a few merging bugs
- add animations after actions such as merging, a new tile being added, and winning
- A similar feel to https://2048.org

**DEPENDENCIES**
- express
- node-sass

**Get Dependencies**

npm install express

npm install node-sass

**OR**

*npm i express node-sass*

![alt text](https://github.com/Astro-gram/2048/blob/master/public/extras/logo.png?raw=true)