Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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