Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 827 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 827 Bytes

Adventure-game

This is a text based adventure game for python project

Modules used

  • random
  • time

Links

Note

  • To change the value of global varaible in a function, do the following:
    • def func():
        global var #Give this anywhere in that function before modifying the varaible
        var=23432 #Not giving global var will make var a local of that particular function

Issues

  • Spelling of Kiera/Kiera
  • Spam protection for Level 5 due to Level 4 ETHAN