- boar adventure: fork from 'the cellar'. Boar population increases when someone calls
reproduce()
, and decreases whenkill()
is called. You receive rewards in both cases, varying according to different attributes. You can simulate both functions callingsimulate_reproduce()
, andsimulate_kill()
.