michaelkhany / PetriSim_Game

Navigate a petri dish, grow your bacterial colony, and outsmart enemy microbes in this engaging 2D simulation game.
Apache License 2.0
0 stars 1 forks source link

Levels? #3

Open michaelkhany opened 5 months ago

michaelkhany commented 5 months ago

Adding levels to the game, by considering population of the green and red entities (bacteria). By controlling the amount of food spawns and speed of the bacteria.

michaelkhany commented 5 months ago

The strategy for effect of level increasement is not satisfying cause it can't continue for a long time. We need a better strategy, but here is the current idea:

Level increases based on the bacteria counts (the level properties will be applied for the reds and greens based on their counts separately):

and based on total number of bacteria (all of the reds and greens):

michaelkhany commented 5 months ago

We can also add more orange bacteria agents when level updates, and increase the range of red bacteria sensing the user-controlled (blue) bacteria to follow.