← スキル一覧に戻る

run-server
by FWFsoft
A game engine for developing 2D isometric ARPG and RTS games
⭐ 0🍴 0📅 2026年1月23日
SKILL.md
name: run-server description: Start the Gambit game server on 0.0.0.0:1234. Use when the user wants to run just the server, test server functionality, or manually test with clients.
Run Gambit Server
Starts the Gambit game server, which listens for client connections on port 1234.
Instructions
- Run the server command:
make run-server
Server Details
- Listen Address: 0.0.0.0:1234
- Protocol: ENet (UDP-based)
- Logging: Server logs all connections and events via spdlog
Expected Behavior
When running, you should see:
[HH:MM:SS] [info] Logger initialized
[HH:MM:SS] [info] Server initialized and listening on port 1234
When clients connect:
[HH:MM:SS] [info] Player <id> joined (color: r,g,b)
Stopping the Server
- Press
Ctrl+Cto gracefully shut down the server - The server will close all client connections and clean up
Notes
- The server runs in the foreground - use
Ctrl+Cto stop it - For testing multiple clients, use the
devskill instead - Ensure port 1234 is not already in use
- The server will automatically build if needed
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です