mindtakerr wrote:zircher wrote:Cool, sounds like a great way to scratch that writing itch and coding desire at the same time.
Exactly! I've been using a neat framework for writing games called Ink. It's basically a programming language that's designed for stories.
In addition to their own titles, it was also used to write The Banner Saga.
if (character->type == destined_hero)
{
destroy(character->home);
}