Welcome to the official website for the roguelite deck builder Calamity Sanctuary. Here you’ll find information about the development of the game, game development article, and other posts. For more information see here.

If you want to receive more information on Calamity Sanctuary, click here.

Recent posts

Progress Post April

1 minute read

This month was focused on adding bosses and adding a couple new assets. Progress has been a bit slow in April but things should pick up in June.

Progress Post March

5 minute read

A lot of things have changed since last year. Here’s an overview of all the major changes in the past couple of months

Making Remappable Controls

5 minute read

Enabling remappable controls in your game is as simple as decoupling the player’s input from the actual action that they want to preform with said input. Let...

Handle Asset Loading With Annotations

3 minute read

The AssetManager handles loading and unloading various assets such as Textures and Sounds. Rather than loading them on use, you can use the Asset Manager to ...