36 lines
813 B
Markdown
36 lines
813 B
Markdown
# CaptureTheFlag
|
|
|
|
Uses the [CTF PvP engine](https://github.com/rubenwardy/ctf_pvp_engine)
|
|
|
|
* Fast rounds of CTF games
|
|
* Removed nodes for focus
|
|
|
|
## USE RECURSIVE CLONING!
|
|
|
|
Capture the flag uses several submodules. Make sure to grab them all by cloning like this:
|
|
|
|
```sh
|
|
git clone --recursive https://github.com/MT-CTF/capturetheflag.git
|
|
```
|
|
|
|
## System Requirements
|
|
|
|
### Recommended
|
|
|
|
Hosting your server using the dummy backend
|
|
|
|
### minimum
|
|
|
|
Hosting your server using the leveldb or redis backend
|
|
|
|
Hosting using sqlite on an SSD or ramdisk ([with this guide](https://forum.minetest.net/viewtopic.php?f=10&t=9588))
|
|
|
|
## License
|
|
|
|
Created by [rubenwardy](https://rubenwardy.com/)
|
|
Code: LGPLv2.1+
|
|
Textures: CC-BY-SA 3.0
|
|
|
|
### Mods
|
|
|
|
Check out [mods/](mods/) to see all the installed mods and their respective licenses.
|