Python 3 Text Game Skills – 2

Python 3 Text Game Skills – 2

Skills needed for: Python ASCII RPG Tutorial #2 (Stats, Map, Movement)
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.

  • Check the length of a list
  • Step through list elements
  • Casting: str -> int, str -> float, str -> bool
  • Catching errors: try: except:
  • Make a map – list with sublists (3×3 for eg)
  • Select from map
  • Create a dictionary for items

You’ve got your sticker, now go to: Challenge 2 – Python ASCII RPG Tutorial #2 (Stats, Map, Movement)