Category Archives: Hexerals

Happy Quiltsgiving

For Thanksgiving each year our family (my wife’s family really) gives small gifts, and this year we decided to make them handmade. What can I hand-make? Well, software. I decided to make an app for each person, but I ended … Continue reading

Posted in Hexerals, Life | Leave a comment

Benchmarking JavaScript Collections

Code for this post: github.com/neolefty/js-collection-benchmarks Hexerals uses immutable.js for its game state — could it switch to JavaScripts native collections? That would make the code more readable, but how would effect performance? Summary: In Chrome, object operations are much faster than … Continue reading

Posted in Hexerals | Leave a comment

Updating Hexerals!

I’m updating Hexerals for modernity — I wrote it in 2018-2019 to practice React and TypeScript. I’m thinking: And behind the scenes: You can “play” the old version at hexpansion.io. Updates:

Posted in Hexerals | Leave a comment