Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 585 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 585 Bytes

Wanderer

The Wanderer project provides three things:

  • a reconstruction of a 1980's game
  • a framework for simple grid-based games
  • a case study in object oriented design and development

To play the game, either try the JavaScript version online or download the Java version wanderer.jar and run it by double clicking or typing:

java -jar wanderer.jar

For more information, visit the project site