Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lowesyang/2048_online
2048双人对战版
https://github.com/lowesyang/2048_online
Last synced: 1 day ago
JSON representation
2048双人对战版
- Host: GitHub
- URL: https://github.com/lowesyang/2048_online
- Owner: lowesyang
- License: mit
- Created: 2016-05-25T10:18:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-29T03:54:20.000Z (over 8 years ago)
- Last Synced: 2024-08-08T15:24:30.614Z (3 months ago)
- Language: JavaScript
- Homepage: http://tx.zhelishi.cn/2048_online
- Size: 33.2 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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模块### 支持功能
* 双人对战
* 房间系统
* 限时计分 (开发中)
* 排行榜(开发中)