Files
conquest/README.md

11 lines
140 B
Markdown
Raw Normal View History

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