Skip to content

Travis game based on Joes game #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 38 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
cba06cb
Create Rectangle-Joe.py
KenwoodFox Nov 1, 2019
a211514
framework for adventure game
KenwoodFox Nov 3, 2019
4d66d35
Added `where` command
KenwoodFox Nov 3, 2019
0f28a72
updated text
KenwoodFox Nov 3, 2019
8c243b5
Use def for fuzzy words
KenwoodFox Nov 4, 2019
a5753eb
Update Adventure.py
KenwoodFox Nov 4, 2019
716eaff
Update Adventure.py
KenwoodFox Nov 4, 2019
48c3fda
It works!
KenwoodFox Nov 4, 2019
9c9eac0
Remove verbose
KenwoodFox Nov 4, 2019
50b20e7
Create .gitignore
KenwoodFox Nov 4, 2019
cadaa78
save system kinda works but not really lol!
KenwoodFox Nov 4, 2019
9ca36f3
Delete Joe.yaml
KenwoodFox Nov 4, 2019
b25c469
fix a bug where lowercase y would not allow you through a door
KenwoodFox Nov 5, 2019
82e89c2
Create instructions for installing requires
KenwoodFox Nov 5, 2019
00a7a97
Update readme.md
KenwoodFox Nov 5, 2019
5a12a37
Update Adventure.py
KenwoodFox Nov 5, 2019
a490125
update typo in lobby
KenwoodFox Nov 5, 2019
b7b1ad0
Update Adventure.py
KenwoodFox Nov 5, 2019
5762c61
added Travis Room
Nov 6, 2019
8037e20
made the code better
Nov 6, 2019
edd5174
added inspect
Nov 6, 2019
3fdef16
updated bottle name
Nov 7, 2019
5905421
changed the ceiling desc
Nov 7, 2019
95e5527
updated the right file this time
Nov 7, 2019
0548888
No synonyms anymore to the look feature
KenwoodFox Nov 7, 2019
b10f3b6
Merge branch 'joes-game' of https://github.com/CRTC-Computer-Engineer…
KenwoodFox Nov 7, 2019
9c5511a
Added comments
KenwoodFox Nov 7, 2019
36dacb9
Removed syntax: No longer requires objects or items in directions to …
KenwoodFox Nov 7, 2019
5aeb5dd
added secretroom
Nov 7, 2019
76f55b5
Merge branch 'joes-game' of https://github.com/CRTC-Computer-Engineer…
Nov 7, 2019
e19e62d
changed item naming
Nov 7, 2019
c74f9e1
added path to the secret room
Nov 7, 2019
3450d7e
made it better
Nov 7, 2019
824a503
Item pickup now works
KenwoodFox Nov 7, 2019
d500b55
Merge branch 'joes-game' of https://github.com/CRTC-Computer-Engineer…
KenwoodFox Nov 7, 2019
69d91e1
added compass navigation, added snake room, fixed bugs
Nov 7, 2019
e44b08a
added a new room. identified more bugs
Nov 13, 2019
a56d7b7
added woodenhouse
Nov 20, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
It works!
  • Loading branch information
KenwoodFox committed Nov 4, 2019
commit 48c3fda5f73744c52560e208c293adc8a8b30694
3 changes: 2 additions & 1 deletion Basic Text Adventure Game/Adventure.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ def save_userdata(data_type, data):
print("Error, you must create a user")
else:
userfile = open(current_user, "w")
userfile.write("name:")
userfile.close()
current_user_data = enter_room(current_user)
current_user_data.update([data_type][data])
current_user_data.update({data_type: data})
save_data(current_user, current_user_data)


Expand Down
1 change: 1 addition & 0 deletions Basic Text Adventure Game/saves/Joe.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
name: Joe