Original Colossal Caves adventure game, but in Python 3
Stars
167
Forks
47
Watchers
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
158
commits
1
Declare version 1.6 with updated changelog
fbe5958
Merge commit '07c501d'
4892294
Adjust command prompt to accept all caps (see #26)
1f71309
For #26, fix another exception I just introduced
184a4aa
Finish fix #26: set bottle description properly
7791e69
For #26, fix actual crash, and add walkthrough
cfdf635
Remove dangling whitespace
36c0ae4
Use obj.is_at(room) consistently
d982ed4
Store descriptions under int key, not float
e39bf10
Declare 1.5 and update changelog
47ecf21
Fix: 'Object' object has no attribute 'text' (#25)
5e79dd9
07c501d
Fix: 'Game' object has no attribute 't_walk' (#24)
7389f29
Fix #7 with if __name__ == '__main__'
2b9c3a6
Fix #10 by making “args” a parameter to loop()
33b3744