Solution for the Astar Island challenge: predict terrain probability distributions on a 40×40 Norse civilisation grid after 50 years of simulation.
-
Clone the repo
git clone <repo-url> && cd astar
-
Install dependencies
pip install -r requirements.txt
-
Set up API authentication
/setup-ainm-tokenThis opens a browser to app.ainm.no where you log in, then extracts and persists your API token.
-
Restart Claude Code for the
$AINM_TOKENenv var to take effect. -
Verify
curl -s -H "Authorization: Bearer $AINM_TOKEN" https://api.ainm.no/astar-island/budget
See CLAUDE.md for full challenge details, solution requirements, and contributing guidelines.
| Doc | Purpose |
|---|---|
docs/challenge.md |
Concise overview, key facts, workflow |
docs/rules.md |
Full spec: terrain types, simulation phases, scoring |
docs/api-reference.md |
All REST endpoints with request/response schemas |
docs/openapi.yaml |
Machine-readable OpenAPI spec |
- Theodore Gonzalez (Captain)
- Thomas Le
- Tim Gonzalez
- Adrian Sanchez