Extreme Debugging
// ---- Description ----
this.print("You're working on the greatest game you've ever made, but there is one problem... You've created a Bug Creator! He's now infecting all the game you've created! You must stop it!");
// ---- Controls ----
// ---- /!\ AZERTY /!\ -----
if(player.use("ZQSD" or GamePad.LeftStick)) { player.move } // Player movement
if(player.use("Mouse" or GamePad.RightStick)) { player.look } // Player looks in the direction of the mouse or the right stick
if(player.use(Mouse.LeftClick or GamePad.RightTrigger)) { player.shoot } // Player shoot
if(player.use("Escape")) { return "MainMenu" } // Go back to Main Menu
// --- BackLogs ----
/* I'm a little bit proud of this game (I really think I can do something much better, but I think this is a great start :) ), but I didn't had much time to complete and polish the game. I think the textures are awful (I'm bad at drawing), the music is too much repetitive, some things could be polished on the gameplay level, but I'm really proud of what I've done in 8 hours and 43 minutes of development. In fact, I had to switch between lectures and this project, so I had little times for this... Anyway, hope you enjoy the game ;) */
Leave a comment
Log in with itch.io to leave a comment.