15 lines
261 B
Python
15 lines
261 B
Python
|
|
D:\Workspace\rosettacode>python wumpus.py
|
||
|
|
HUNT THE WUMPUS
|
||
|
|
===============
|
||
|
|
|
||
|
|
Entering room 7...
|
||
|
|
You smell something terrible nearby.
|
||
|
|
You are in room 7. Tunnels lead to: 3 6 13
|
||
|
|
Shoot or move (S-M)? m
|
||
|
|
Where to? 3
|
||
|
|
|
||
|
|
Entering room 3...
|
||
|
|
Wumpus eats you.
|
||
|
|
|
||
|
|
Game over!
|