Skip to content

Reinforcement learning competition for the flash-like games

Notifications You must be signed in to change notification settings

ch1nq/gameserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.