DEVELOPER CONSOLE One of the issues I always had whenever I make games is there is no tools for testing. As a developer, I am used to just coding or changing what I specifically need. If I want my player to be invincible, I just code it in the game easy. If I want the game to start at specific room, I just pick the room I need and rearrange it in the project file. It is a bit tedious but it works for me not until I need somebody testing my game. I cannot keep sending new build back and fort just to change something in the code that the tester needs. There has to be something that testers (including me) could use to easily change game's settings in real time. In this project, I've added developer console that only me and testers will have access. Using this, I could manually save or load the game. I can also restart the game in the console without literally closing the game. It can also do commands that can alter characters variables like adding hp and all that kind of stuff. So far it only has few commands and I am planning to add more like god mode, kill all enemies, jump to level and etc. I think this is very helpful and it make playtesting the game much easier.











