Tag: gaming
-
Panda Hell update #10: The wonders and miseries of not having enough time
This last week I couldn’t invest much time in Panda Hell (~7h total) however I could move forward a bit in the A* pathfinding implementation , so enemies act smarter. At the moment the script analyzes the terrain that has been generated and sets a layer mask on top which differentiates the terrain in either…
-
Panda Hell update #9: More art and enemy AI using the A* Search algorithm
Is Artificial Intelligence week! If I though the complexity of the procedural level generation was quite something, digging deeper into the basic AI development for the enemies has been also quite the endeavor. At the moment all enemies share an EnemyBrain script which follows few simple rules to interact with the user, in a nutshell…
-
Panda Hell Update #8: Minimum Lovable Product
The problem I see with games versus other types of software is that in games having a Minimum Viable Product does not mean much. While in other type of software you may have a working solution to a problem that’s normally enough to get a prototype rolling, and iterate on customer feedback, with gaming has…
-
Weekly update Unity 2D shooter #2
The game finally reached a point where is fun to play and works nicely overall. At this moment is playable so I’ll be compiling a web version soon, after I added some more niceties to make it easier to understand for people, so it can be play-tested by anyone. Is still far of having all…