Documentation Index
Fetch the complete documentation index at: https://docs.chesshacks.dev/llms.txt
Use this file to discover all available pages before exploring further.
How to Deploy
-
Push your code to GitHub
- Include
/src,serve.py, andrequirements.txt - Exclude
/devtools,.venv, and.env.local(add to.gitignore)
- Include
- Create a team on the Hacker Dashboard
-
Connect your GitHub repository
- Link your team’s repository in the dashboard
-
Assign to a slot
- Deploy your bot to a slot
- Your bot will automatically start playing games!
Debugging
Build errors: Show in the dashboard UI during deployment Runtime errors: Show in the game viewer when your bot playsQuick Tips
- Test locally before deploying
- Use relative imports:
from .utils import ... - Include all dependencies in
requirements.txt - For large models, see Model Training