Files
conquest/README.md
2025-07-25 16:51:18 +02:00

11 lines
140 B
Markdown

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