Skip to content

Commit e693fd3

Browse files
committed
Look at the room before starting the game
1 parent deb1ea6 commit e693fd3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

top-python-game-engines/adventurelib/adventurelib_basic.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,7 @@ def use(item: str):
186186

187187

188188
if __name__ == "__main__":
189+
# Look at out starting room
190+
look()
191+
189192
adv.start()

0 commit comments

Comments
 (0)