Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 947 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 947 Bytes

Arcadio

Arcadio is a competitive platform where developers battle by creating autonomous agents that compete in "Achtung! Die Kurve" (also known as Curve Fever or Zatacka). Build your AI agent using our SDK, test it against others, and climb the global leaderboard

Try it now at: https://achtung.daske.dk

Screenshot 2025-02-16 at 14 24 36

Development

Monorepo structure

The Arcadio monorepo is organized into three main directories:

  • libs: Projects in the libs folder define reusable components, utilities, and shared business logic. These packages can be dependencies for other libs or apps
  • apps: Each app is a deployable unit with its own Dockerfile. Apps can depend on packages from the libs directory but cannot depend on other apps.
  • deployments: Contains Kubernetes manifests for deploying to a cluster.