Skip to content

shim2k23/isle

Repository files navigation

🌴 LEGO Island Decompilation Project - Isle

LEGO Island

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.

Table of Contents

About the Project

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.

Why LEGO Island?

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.

Features

  • 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.

Installation

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.

System Requirements

  • Windows: Windows 7 or later
  • macOS: macOS Sierra or later
  • Linux: Any modern distribution

Dependencies

Make sure you have the following software installed:

  • Java Runtime Environment: Required for running the game.
  • Git: For cloning the repository and managing updates.

Usage

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.

Controls

  • Arrow Keys: Move your character
  • Spacebar: Interact with objects
  • Escape: Access the menu

Contributing

We welcome contributions from the community! If you would like to help improve Isle, please follow these steps:

  1. Fork the Repository: Click the "Fork" button on the top right of this page.
  2. Clone Your Fork: Use git clone to download your fork to your local machine.
  3. Create a Branch: Use git checkout -b feature-branch-name to create a new branch.
  4. Make Your Changes: Implement your features or fixes.
  5. Commit Your Changes: Use git commit -m "Description of changes" to commit your changes.
  6. Push to Your Fork: Use git push origin feature-branch-name to push your changes.
  7. Create a Pull Request: Go to the original repository and click "New Pull Request".

Code of Conduct

Please adhere to our Code of Conduct while contributing. We strive to maintain a welcoming and inclusive environment for all contributors.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

Contact

For questions or feedback, feel free to reach out:

Acknowledgments

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!

Conclusion

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!