Posted March 22, 2021 by ddcveng
19.3.2021 - Exploring 2D Game Kit - 1.5 hours
Navigating the 2d game kit was very intuitive, and with the help of the tutorials I was able to start creating stuff in no time. I really like how the damagable/damager system works, its very simple and elegant. With the addition of moving platforms, just these 2 systems alone can create a lot of interesting game mechanics. I wanted to play around with teleporting objects, but the game only lets you teleport the player, and I sadly didnt manage to find a way around it in the code.