DEV Community

Discussion on: The best Easter Egg you ever did leave

Collapse
 
valentinpearce profile image
Valentin Pearce

My friend and I had to write a game in Python as an assignment. All but one of the controls are displayed in the "Game Manual" pannel and it asks for a cheatcode.

There are currently only three :

  • One that spawns a special monster to your position (it was used for testing)
  • One that gives you the ultimate healing item (obtainable only through this code)
  • One that levels you up to the max level and give you the best weapon

If you type something that is not a cheatcode, you get a message saying "Don't cheat if you don't know how to!"

Unfortunately, this was not in the assignment version so we have no idea if anyone other than us has played it and found it.

If you have a bit of spare time, try it and tell us if you found them (or just read the source code ;) )