← スキル一覧に戻る

build
by FWFsoft
A game engine for developing 2D isometric ARPG and RTS games
⭐ 0🍴 0📅 2026年1月23日
SKILL.md
name: build description: Build the Gambit game engine (Server and Client executables). Use when the user wants to compile the project, needs to rebuild after code changes, or before running the server or client.
Build Gambit
Builds both the Server and Client executables for the Gambit game engine.
Instructions
- Run the build command:
make build
Expected Output
On success, you should see:
build/Server- The game server executablebuild/Client- The game client executable
Error Handling
If CMake fails:
- Ensure dependencies are installed: SDL2, ENet, spdlog
- On macOS:
brew install cmake sdl2 enet spdlog - On Linux:
sudo apt-get install cmake libsdl2-dev libenet-dev libspdlog-dev
If make fails:
- Check for compilation errors in the output
- Ensure C++17 compiler is available
Notes
- The build is incremental - only changed files are recompiled
- Use the
cleanskill before building if you need a fresh rebuild
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です