baba_is_eval
baba_is_evalは、Pythonで実装された評価ツールであり、プログラムのパフォーマンスや品質を分析するための機能を提供します。特に、コードの評価基準を明確にし、開発者が改善点を見つけやすくすることを目的としています。
GitHubスター
45
ユーザー評価
未評価
お気に入り
0
閲覧数
26
フォーク
3
イシュー
2
インストール方法
難易度
初級推定所要時間
5-10 分
インストール方法
Buy "Baba Is You" somewhere, like on Steam: https://store.steampowered.com/app/736260/Baba_Is_You
Clone this repo in the
- macOS + Steam: Data
folder/Users/[username]/Library/Application Support/Steam/steamapps/common/Baba Is You/Baba Is You.app/Contents/Resources/Data
- Windows + Steam (?): C:\Program Files (x86)\Steam\steamapps\common\Baba Is You\Data
Install prerequisites (or use
uv
)bash
pip install mcp fastmcp pyautogui configparser
Run the setup script (after inspecting its contents) (also required before restarting the game, and for changes to
io.lua
which in turn require restarting the game)bash
cd baba_is_eval
chmod +x setup.sh
./setup.sh
Open the game, preferably in a command line
- macOS + Steam: /Users/[username]/Library/Application Support/Steam/steamapps/common/Baba Is You/Baba Is You.app/Contents/MacOS/Chowdren
- (Currently we use clicking as a workaround for focusing, you might need to move the window to (800, 500) pixels on monitor one)
Start the MCP Server
```bash
mcp dev baba_is_eval/game_mcp.py