Tag: side project
-
Java Roguelike notes (4/13): How to add game collisions
Adding interactivity by creating tile collisions: Making our player interact with the game environment.
-
Java Roguelike notes (3/13): How to place random items and enemies in our dungeon
One step further: Placing random items and enemies in our dungeon with two simple methods