Files
conquest/README.md

11 lines
142 B
Markdown
Raw Normal View History

# Conquest Framework
2025-07-16 14:48:21 +02:00
Compile with Nim:
```
nim c src/server/server.nim
```
2025-07-16 14:48:21 +02:00
From the `bin` directory, start the team server:
```
./server
```