Python 3 Text Game Skills – 1
Skills needed for: Python ASCII RPG Tutorial #1 (Basics, Main Menu, Saving)
Check off the skills you know – write a working example for each in your work book to earn a sticker.
Any skills you are not sure of, go to: w3.schools.com/python.
- print, input
- initialise variables
- while xyz: (True)
- menu and choice
- if, elif, else
- list [ ]
- def asd(): (function)
- read, write files

You’ve got your sticker, now go to: Challenge 1 – Python ASCII RPG Tutorial #1(Basics, Main Menu, Saving)