Skip to content

Instantly share code, notes, and snippets.

Created May 16, 2016 19:39
Show Gist options
  • Save anonymous/fcb63694fefcfb705d5a3b791b2ff03d to your computer and use it in GitHub Desktop.
Save anonymous/fcb63694fefcfb705d5a3b791b2ff03d to your computer and use it in GitHub Desktop.
Call inituser() from Main()
Enter name.
Call intro() from Main()
View intro text..
Call game() from main()
game call step1()
if player loose in step1() return false
game() return 1 to main()
if reachedlevel == 1 return "you reached level 1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment