23 lines
817 B
Markdown
23 lines
817 B
Markdown
# NeonSR
|
||
|
||
A small shitty private server for a certain turn-based anime game.
|
||
|
||
### Requirements
|
||
- Python
|
||
- MongoDB
|
||
|
||
### Tutorial
|
||
1. Clone this repo: https://git.neonteam.dev/DevilProMT/neonsr.git
|
||
2. `cd neonsr`
|
||
3. Install dependencies: `pip install -r requirements.txt`
|
||
4. Download resources from [NeonSR-RES](https://git.neonteam.dev/DevilProMT/neonsr-res.git) and place them in the `resources` folder
|
||
5. Run the server via CMD or VSCode:
|
||
- `py sdkserver`
|
||
- `py gameserver`
|
||
|
||
### Credits
|
||
- **mero** – author of `kcp.py`
|
||
- **ayakarail** – base gameserver structure
|
||
|
||
### License
|
||
This project is licensed under **CC0-1.0**, **excluding** [`kcp.py`](https://github.com/ayakaware/AyakaRail/blob/master/pkg/game_server/net/kcp.py), which is licensed under **GPL-3.0** by **Mero** (<mero@crepe.moe>) |