Posted March 14, 2025 by Uvasi
#Language Learning #2D #Pixel Art #English #Russian #Spanish #Roguelike #Educational #Indie #Unity
New character "Professor" can activate "Memory" every 70 seconds for 20 seconds, creating hints above each enemy's head.
New map "Forest" features numerous trees and lakes that will block your (and enemies') path. Additionally, there are many pits near the lakes that you can fall into (falling into a pit counts as a loss). The map unlocks after reaching 120 seconds in the "Clearing" (provided you are at level 2 or higher).
Character adjustments:
Enemy grouping prevention system:
To reduce enemy clustering, a system was implemented where each enemy emits 8 rays in a circular pattern within a certain distance.
If a ray hits another enemy, the original enemy will move in the opposite direction to avoid crowding.
Initially, this system fired rays every frame for each enemy individually. Now, it activates approximately every 1.5 seconds, significantly improving performance, especially in later stages of the game.
New upgrades added: