Rushwind13 / JMoria

My from-scratch implementation of a Roguelike game that will be an homage to IMoria
4 stars 4 forks source link

feat: Monsters will breed #52

Closed Rushwind13 closed 1 month ago

Rushwind13 commented 1 month ago

bred spawns will be near original monster

added Util::Near(vector, distance) for randomized closeness

mschober commented 1 month ago

Looks good except for missing tests. But we are adding those overtime anyhow.

Rushwind13 commented 1 month ago

Looks good except for missing tests. But we are adding those overtime anyhow.

This feature needs to be debugged visually at the moment; I'd like to see what you think as you run around and worm masses start crawling out of the woodwork.