Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lowesyang/2048_online

2048双人对战版
https://github.com/lowesyang/2048_online

Last synced: 1 day ago
JSON representation

2048双人对战版

Awesome Lists containing this project

README

        

## 2048双人对战版
[双人对战版](http://tx.zhelishi.cn/2048_online)
[单机版](http://tx.zhelishi.cn/2048_offline)

### How to run
1. frontend 目录下 npm install
2. webpack -p
3. backend 目录下 npm install
4. node server.js

### 技术选型
* webpack+websocket
* node.js中的ws模块

### 支持功能
* 双人对战
* 房间系统
* 限时计分 (开发中)
* 排行榜(开发中)