Zed A. Shaw
|
2825faf038
|
You can now go down stairs to new levels, but when you do you become stairs or a random monster.
|
2025-01-24 13:47:00 -05:00 |
|
Zed A. Shaw
|
c14efee9ea
|
First step in refactoring to allow for multiple levels. Next is to clean up the APIs and sort out how things will be notified that they have to switch levels.
|
2025-01-24 06:22:43 -05:00 |
|
Zed A. Shaw
|
3344181a47
|
Cleaned up all the places I was doing push_back({constructorvar1, constructorvar2}) to use emplace_back(constructorvar1, constructorvar2) every other use should be only for actually copying.
|
2025-01-22 07:38:49 -05:00 |
|
Zed A. Shaw
|
18a5f6bfa9
|
Setup for the LevelManager to take charge of all level operations.
|
2025-01-20 15:12:31 -05:00 |
|
Zed A. Shaw
|
193f5f915e
|
Start the level manager for tomorrow.
|
2025-01-18 21:05:19 -05:00 |
|