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!
- 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).
To launch the Monkey Island Explorer, run:
./gradlew explorer:run
To use the Command Line Interface, run:
./gradlew cli:installDist
cd cli/build/install/monkey-cli
./monkey-cli
See Technical internals.
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.