Skip to content

Another yet implementation a classic text-based adventure game

Notifications You must be signed in to change notification settings

gladyshev/hunt-the-wumpus-php

Repository files navigation

Hunt the Wumpus


Another yet implementation a classic text-based adventure game "Hunt the Wumpus" developed by Gregory Yob back in 1973. Inspired by reading Robert Martin's Clean Architecture.

How to Run

To run console version you need download code from git and run bin/game.

$ cd ~/games
$ git clone https://github.com/gladyshev/hunt-the-wumpus-php.git htw
$ cd htw 
$ composer install
$ ./bin/htw

Gameplay

CLI gameplay example:

HUNT THE WUMPUS

I SMELL A WUMPUS!
YOU ARE IN ROOM 6
TUNNELS LEADS TO 15 1 7

SHOOT OR MOVE (S-M)m 
WHERE TO?1
YOU ARE IN ROOM 1
TUNNELS LEADS TO 2 6 5

SHOOT OR MOVE (S-M)m
WHERE TO?6
I SMELL A WUMPUS!
YOU ARE IN ROOM 6
TUNNELS LEADS TO 15 1 7

SHOOT OR MOVE (S-M)m
WHERE TO?7
TSK TSK TSK- WUMPUS GOT YOU!
HA HA HA - YOU LOSE!
ENTER TO START NEW GAME, 'I' TO INSTRUCTIONS, 'Q' TO QUIT q    
BYE-BYE

Links

About

Another yet implementation a classic text-based adventure game

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages