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’
- Host: GitHub
- URL: https://github.com/cswellessun/kingrank
- Owner: CSWellesSun
- Created: 2022-03-26T07:22:11.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-11T16:48:27.000Z (almost 4 years ago)
- Last Synced: 2024-12-28T18:55:28.062Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 3.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
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