├── .gitignore ├── OAI_CONFIG_LIST.json ├── README.md ├── requirements.txt └── snake_dev_team.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Poly186-AI-DAO/AutoGen-Snake-Game/HEAD/.gitignore -------------------------------------------------------------------------------- /OAI_CONFIG_LIST.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Poly186-AI-DAO/AutoGen-Snake-Game/HEAD/OAI_CONFIG_LIST.json -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Poly186-AI-DAO/AutoGen-Snake-Game/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | pyautogen==0.1.3 -------------------------------------------------------------------------------- /snake_dev_team.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Poly186-AI-DAO/AutoGen-Snake-Game/HEAD/snake_dev_team.py --------------------------------------------------------------------------------