adventure-game #3

Open
Kenwood wants to merge 80 commits from adventure-game into master
2 changed files with 8 additions and 2 deletions
Showing only changes of commit aaf4842b0b - Show all commits

View File

@ -15,8 +15,12 @@ class AlphaWarning(npyscreen.Popup):
def create(self):
self.add(npyscreen.Pager, values=['Welcome to Unnamed Adventure game!',
'Please enjoy your stay and report any bugs at',
'kitsunehosting.net'], editable=False)
'This game is still in ALPHA! And a TON',
'of features are not implemented.',
'Please check out the git project for',
'details and updates! and please report',
'any bugs! Thank you and enjoy!',
'https://kitsunehosting.net/gitea/Kenwood/SNHU-IT-140/issues'], editable=False)
class AdventureGame(npyscreen.NPSAppManaged):

View File

@ -0,0 +1,2 @@
INFO:root:Logging started!
DEBUG:root:Gamelib at adventure_game\gamedata\gamelib.yaml