Submissions from 2020-03-23 to 2020-03-24 (3 total)

I started work on random level generation with the production of new rooms automatically.

Continued writing rules for cellular automata. Today's focus was on city/border rules and how they interact with population and other cities.

It's a small thing, but today I started to learn Rust, and I appreciated the official book about learning Rust starting with a Hello World and then a game of some sort. Learning through games has always been a bit (or a lot) easier for me, and I enjoyed laying things out for this, even though it was far simpler than anything I've made in a while - makes me want to make more games in Rust, and in general!