https://github.com/zients/jquery-small-xiangqi
https://github.com/zients/jquery-small-xiangqi
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zients/jquery-small-xiangqi
- Owner: zients
- Created: 2019-09-09T13:42:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T05:24:23.000Z (over 3 years ago)
- Last Synced: 2026-03-23T18:30:56.568Z (3 months ago)
- Language: JavaScript
- Size: 1.9 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 中國暗棋/Chinese smallXiangqi
## 中文
中國暗棋主要為 Jquery 開發,用 Node 啟動伺服器。
安裝伺服器相關 modules。
```
$ npm install
```
啟動伺服器
```
$ npm run dev
```
可以與玩家一對一,享受中國暗棋的樂趣。
## English
This website is Developed by Jquery.
Run Server by node.
We need to install the modules and run server.
```
$ npm install
$ npm run dev
```
Play with others. Enjoy the game!