https://github.com/hehehai/2048
A cli implementation of 2048 game in nodejs
https://github.com/hehehai/2048
2048 bun cli game
Last synced: about 2 months 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: 2025-01-14T03:40:02.070Z (3 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

## run
- bun:
``` cmd
bun i
bun dev# or
bun build & bun start
```