Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 656 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 656 Bytes

wumpus

A simple test designed for the interview process at Connected Health Services.

Please fork this repo in your account and develop a Java program that implements the rules for the Wumpus Game (see included Powerpoint). You are expected to write the complete game logic, and use simple text interactions to drive the game play (like the text-based adventure games from the old days, http://en.wikipedia.org/wiki/Text-based_game).

Bonus points for unit tests ;).

Please use Eclipse as your IDE and whatever version of Java you are most confortable with (Scala or Groovy also welcomed). Use whatever framework you prefer for your unit tests.