Dungeon Crawler Peer Review#131
Conversation
1.0 and such
Winterspear
left a comment
There was a problem hiding this comment.
Try to stick to a consistent formatting, camelCase should be used for all parameters, while PascalCase should be used for Namespace Type, Interface, Methods, Properties, Events and Fields.
The code is well deigned and is very in-depth. The UI is a very useful addition as it allows for the user to have an intuitive method to traverse the game.
I see that you have started to implement an enemy system, as well as a combat system. It would be nice to see that completed in future implementations.
Comments could be useful throughout the code, I see you have added a couple, but multi-line comments could be useful for understanding the purpose of each function.
The inventory management system is very in-depth. Well done.
updated to remove profanity
Peer Review