Welcome to the Isle repository! This project aims to provide a functionally complete decompilation of the classic game LEGO Island from 1997. If you are a fan of retro games or interested in game development, you have come to the right place.
Isle is designed to preserve the charm and functionality of LEGO Island while making it accessible for modern systems. Our goal is to allow enthusiasts to explore the game’s mechanics, graphics, and audio. This project also serves as a valuable resource for developers looking to understand the structure of older games.
LEGO Island holds a special place in the hearts of many gamers. Released in 1997, it introduced players to a vibrant world filled with adventure, creativity, and fun. The game's unique combination of exploration, mini-games, and building elements set it apart from other titles of its time.
- Complete Decompilation: We have worked hard to ensure that every aspect of the original game is preserved.
- Cross-Platform Support: Run the game on Windows, macOS, and Linux.
- Modding Capabilities: Easily create and share your own modifications.
- Documentation: Comprehensive guides to help you get started and understand the codebase.
- Community Support: Join our community to share ideas, ask questions, and collaborate on projects.
To get started with Isle, you need to download the latest release. You can find it here. Download the file, extract it, and follow the instructions in the README file included in the release.
- Windows: Windows 7 or later
- macOS: macOS Sierra or later
- Linux: Any modern distribution
Make sure you have the following software installed:
- Java Runtime Environment: Required for running the game.
- Git: For cloning the repository and managing updates.
Once you have installed Isle, you can launch the game by navigating to the extracted folder and running the executable file. Follow the prompts to start your adventure in LEGO Island.
- Arrow Keys: Move your character
- Spacebar: Interact with objects
- Escape: Access the menu
We welcome contributions from the community! If you would like to help improve Isle, please follow these steps:
- Fork the Repository: Click the "Fork" button on the top right of this page.
- Clone Your Fork: Use
git clone
to download your fork to your local machine. - Create a Branch: Use
git checkout -b feature-branch-name
to create a new branch. - Make Your Changes: Implement your features or fixes.
- Commit Your Changes: Use
git commit -m "Description of changes"
to commit your changes. - Push to Your Fork: Use
git push origin feature-branch-name
to push your changes. - Create a Pull Request: Go to the original repository and click "New Pull Request".
Please adhere to our Code of Conduct while contributing. We strive to maintain a welcoming and inclusive environment for all contributors.
This project is licensed under the MIT License. See the LICENSE file for more information.
For questions or feedback, feel free to reach out:
- Email: [email protected]
- Discord: Join our community on Discord here
We would like to thank the following:
- LEGO Group: For creating the original LEGO Island game.
- Open Source Community: For the tools and libraries that made this project possible.
- Contributors: To everyone who has contributed to the project, your efforts are appreciated!
Thank you for your interest in the Isle project! We hope you enjoy revisiting LEGO Island and exploring its depths. For the latest updates and releases, please check the Releases section regularly.
Let’s build something great together!