This website requires JavaScript.
Explore
Help
Sign in
games
/
roguish
Watch
1
Star
0
Fork
You've already forked roguish
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
272
commits
1
branch
0
tags
2.3
MiB
3344181a47
Commit graph
3 commits
Author
SHA1
Message
Date
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