Added functions for making procedurally generated rooms. The room size will be...
Added functions for making procedurally generated rooms. The room size will be different each time the game runs.
This branch contains the work I did in making procedurally generated rooms thus far. The next plan after merge will be to fully implement the Floor struct (a level with multiple rooms) and allow the player to proceed through multiple rooms.