Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```