Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/archibate/jsp-chess
Online Inter-person Chinese Chess based on JSP
https://github.com/archibate/jsp-chess
chinese-chess java jsp tomcat webapp
Last synced: 5 days ago
JSON representation
Online Inter-person Chinese Chess based on JSP
- Host: GitHub
- URL: https://github.com/archibate/jsp-chess
- Owner: archibate
- Created: 2021-06-14T13:43:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T04:30:17.000Z (over 1 year ago)
- Last Synced: 2024-11-09T06:41:33.840Z (about 2 months ago)
- Topics: chinese-chess, java, jsp, tomcat, webapp
- Language: Java
- Homepage: http://142857.red:8080/
- Size: 8.19 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Start Server
```bash
./start.sh
```Then visit `http://192.168.0.139:8080` where `192.168.0.139` is your LAN IP address.
# Initialize DB
```bash
./init.sh
```# MySQL Query
```bash
./query.sh
```# Build AI
```bash
apt-get install cmake make g++
pip install staticx
./compile.sh
```