Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
$300 Free Credits to Build on Google Cloud
New customers can spin up VMs, build with AI, and query data at no cost.
Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
Hauberk is a browser-based roguelike dungeon crawler written in Dart. It uses traditional ASCII-inspired graphics while generating dungeon environments procedurally. Players explore unpredictable environments in the style of classic turn-based roguelikes rather than following a fixed level sequence. The game runs directly in a web browser after its Dart source is compiled to JavaScript. A local development command starts a server that recompiles source changes automatically during development. ...