Dalton Mills

Results 4 comments of Dalton Mills

I was thinking more along the lines of how it's done in cogmind: https://www.gridsagegames.com/cogmind/game/cogmind_labels_items.png a good article on how this was achieved: https://www.gridsagegames.com/blog/2014/09/fonts-in-roguelikes/ I think maybe a couple challenges here:...

Hi @Aedalus, I believe [using BigInt](https://github.com/ddmills/geotic/blob/master/src/ComponentRegistry.js#L11) has different bitwise limitations than int. I remember thinking about this during implementation, and I believe I tested it in chrome (this was some...

@mathias-belleau components must be removed by reference currently: ```js entity.move.destroy(); // alternate entity.remove(entity.move); ```

Is this also counting blank/formatting lines?