Skip to content

naman2341/Adventure-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages