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

https://github.com/cswellessun/kingrank

'Object-Oriented Programming' course project: a MUD game based on animation ‘King Rank’
https://github.com/cswellessun/kingrank

Last synced: 6 months ago
JSON representation

'Object-Oriented Programming' course project: a MUD game based on animation ‘King Rank’

Awesome Lists containing this project

README

          

# KingRank

Online document: https://xdkkkgyt8c.feishu.cn/docs/doccn4VCEuMGNNZBX5yEyMkoLRc

## Environment

gcc: 10.3.0
cmake: 3.23.1 (at least 3.10)

## How to Compile

You should first input the following instructions in the root directory in the terminal.

```shell
mkdir build
cd .\build\
cmake ..
make
```
The executable file is saved as `build\bin\main.exe`.

## How to Run

You can run the following instruction in the root directory in the terminal.

```shell
cd .\build\bin
.\main.exe
```

## Thirdparty Library

We use the RapidJSON of Tencent, the repository address is: https://github.com/Tencent/rapidjson