Dev Kit
Everything you need to build and distribute Crash BASIC games
Crash Player Downloads
Download Crash Player for your platform to play and test Crash BASIC games locally. v1.45.0
CrashNet Server
Host your own multiplayer rooms. The CrashNet server is a long-running headless process — download a tarball for your deployment target, extract, and run. v1.45.0 Release notes →
After extracting, run ./crashnet-server <game_dir> (or
crashnet-server.exe <game_dir> on Windows). Use
--simulation for local testing without JWT auth, or set
CRASHNET_JWT_SECRET for production deployments. See the
multiplayer guide
for full options.
Distributing Your Games
Need help packaging and distributing your Crash BASIC games outside the Arcade?
Read the Distribution Guide