Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hehehai/2048
A cli implementation of 2048 game in nodejs
https://github.com/hehehai/2048
2048 bun cli game
Last synced: 13 days ago
JSON representation
A cli implementation of 2048 game in nodejs
- Host: GitHub
- URL: https://github.com/hehehai/2048
- Owner: hehehai
- Created: 2020-10-04T13:19:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-18T12:19:04.000Z (over 1 year ago)
- Last Synced: 2024-11-14T10:41:13.868Z (2 months ago)
- Topics: 2048, bun, cli, game
- Language: TypeScript
- Homepage: https://replit.com/@RiverHohai/2048?v=1
- Size: 703 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2048
> A cli implementation of 2048 game
The source program is [go cli 2048](https://github.com/chhabraamit/2048), just convert by node.js
![2048](2048.gif)
## run
- bun:
``` cmd
bun i
bun dev# or
bun build & bun start
```