A priority queue based turn scheduling system
Jump to navigation
Jump to search
A priority queue based turn scheduling system
This is an implementation in Python of a turn scheduling system that uses a priority queue. Events include monster and player actions, and therefore is able to represent the relative speed of different creatures.