Files
conquest/README.md

11 lines
150 B
Markdown

# Conquest Framework
Compile with Nim:
```
nim c -d:server src/server/main.nim
```
From the `bin` directory, start the team server:
```
./server
```