Welcome to Game Design Library

Game Design Library is a hand-curated, catalogued collection of game design links. Learn more

1 items tagged with Cogmind

Turn Time Systems

https://www.gridsagegames.com/blog/2019/04/turn-time-systems/

roguelike Cogmind time systems

A look at Cogmind's turn-based time systems, and a discussion of how time-based systems work in roguelikes. Includes details about simplicity, side-effects, bugs, and implementation details. Talks about the easiest system, which is a priority queue, and allowing interruption actions.