Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.56 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.56 KB

JMonkey

build

This Java based project is a development kit for the classic computer adventure game The Secret of Monkey Island created by Ron Gilbert, © 1990 LucasArts Entertainment Company.

The motivation for this fan project was fun, nostalgia and education.

⚠️ This project does currently not allow to actually PLAY the game!

Requirements

  • Java 17 to build and run
  • A licensed copy of the original game files (currently only the floppy disk versions for PC, Amiga and Atari ST are supported).

Use

To launch the Monkey Island Explorer, run:

./gradlew explorer:run

Explorer screenshot

To use the Command Line Interface, run:

./gradlew cli:installDist
cd cli/build/install/monkey-cli
./monkey-cli

CLI screenshot

Documentation

See Technical internals.

License & Credits

This project wouldn't have been possible without the great work from others – especially from ScummVM. Hence, this project is licensed under the GNU General Public License v3 or later – the same license ScummVM uses.


LucasArts, Monkey Island and probably lots of other things are registered trademarks of LucasArts, Inc.. This project is not affiliated in any way with LucasArts, Inc.