ondras / rot.js

ROguelike Toolkit in JavaScript. Cool dungeon-related stuff, interactive manual, documentation, tests!
https://ondras.github.io/rot.js/hp/
BSD 3-Clause "New" or "Revised" License
2.32k stars 254 forks source link

implement eventqueue using heap #180

Closed Syntacticlosure closed 4 years ago

ondras commented 4 years ago

Hey @Syntacticlosure , this is great! Thanks a lot.

(Context: https://github.com/ondras/rot.js/issues/177)

Would you please separate the MinHeap class into its own file? That is the only adjustment I would like to see prior to merging.

ondras commented 4 years ago

Great! Thank you very much. I will re-bundle and release a new version soon.