Files
neonsr/README.md
2025-04-18 11:32:20 +08:00

23 lines
817 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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>)