Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/astro-gram/2048
- Owner: Astro-gram
- Created: 2021-11-05T11:53:14.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-29T01:07:07.000Z (over 2 years ago)
- Last Synced: 2024-10-31T09:42:18.595Z (2 months ago)
- Topics: 2048, express, node-sass, nodejs, semi-complete
- Language: JavaScript
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)