feat: Enhance wolf reproduction and movement mechanics

This commit is contained in:
Kacper Kostka (aider)
2025-04-02 12:04:38 +02:00
parent 74f1c1eac1
commit 8bc13472aa
2 changed files with 16 additions and 10 deletions

View File

@@ -91,6 +91,7 @@ const STARTING_WOLVES = 3;
const RABBIT_HUNGER_INCREMENT = 0.003;
const RABBIT_REPRO_COOLDOWN = 3000;
const RABBIT_REPRO_CHANCE = 0.0005;
const WOLF_SPEED = 0.7; // Faster than rabbits
/**********************************************************************
* INIT WORLD