News

Unity's 2D Roguelike Tutorial: A grid-based roguelike with random procedural generation of levels.
Movement & collision is done through the use of 2D components: The Walls, Exit, Player, Enemy, & Food prefabs all contain Collider2D components. Player & Enemy both use Rigidbody2D.MovePosition() for ...