An open-source implementation of the Diablo 1 game engine, supporting Diablo, Hellfire, and mods.
DGEngine is an open-source implementation of the Diablo 1 game engine that allows users to run the classic Diablo game, its Hellfire expansion, and various mods on modern systems. It replicates the original engine's functionality, providing a way to play these games without the original executable. The project supports multiple game versions and file formats, including Diablo 2 with extracted or MPQ files.
Retro gaming enthusiasts, Diablo fans, and modders who want to play or develop content for Diablo 1 and its expansions on contemporary hardware. It's also for developers interested in game engine reimplementation and preservation.
DGEngine offers a free, open-source alternative to running Diablo 1, with support for mods and cross-platform compatibility. Its dual licensing (GPL3/zLib) provides flexibility for different use cases, and it enables community-driven enhancements to the classic Diablo experience.
An implementation of the Diablo 1 game engine
Supports Diablo, Hellfire, and mods like Diablo Flare and Extended, with specific command-line arguments for each, as detailed in the install section.
Can run in portable mode by creating a 'portable' folder or using AppImage homes, allowing deployment without installation, per the portable mode instructions.
Handles Diablo-specific formats like CEL, CL2, COF, DC6, DCC, and optionally MPQ via StormLib, enabling compatibility with original game assets.
Dual licensed under GPL3 and zLib, providing options for different use cases and encouraging community contributions, as noted in the license section.
Requires manual acquisition and organization of multiple game files (e.g., MPQs for Diablo, extracted files for Diablo 2), which can be confusing and time-consuming, as outlined in the install instructions.
The README is brief and points to a wiki, leaving initial setup and troubleshooting largely to community resources or trial-and-error, with minimal guidance on advanced features.
Needs original Diablo game files (MPQs) to run, which may pose legal or accessibility issues for users without the classic games, and relies on external libraries like StormLib for full MPQ support.
Diablo build for modern operating systems
Diablo devolved - magic behind the 1996 computer game
OpenMW is an open-source open-world RPG game engine that supports playing Morrowind. Main repo and issue tracker can be found here: https://gitlab.com/OpenMW/openmw/
Zelda3 is a complete reimplementation of the classic SNES game *The Legend of Zelda: A Link to the Past* in C, comprising approximately 70-80k lines of code. It faithfully replicates the original game's logic and behavior while enabling verification through side-by-side execution with the original machine code. This project makes the game accessible on modern platforms and allows for community-driven improvements and modifications. ## Key Features - **Complete Game Reimplementation** — All parts of the original game are recreated in C, making it playable from start to end. - **Verification System** — Can run original machine code alongside the C implementation to compare RAM states each frame for accuracy. - **Modern Enhancements** — Adds features like pixel shaders, 16:9/16:10 aspect ratios, higher-quality world maps, and MSU audio track support. - **Quality-of-Life Improvements** — Includes a secondary item slot on button X, item switching with L/R keys, and snapshot-based replay functionality. - **Cross-Platform Support** — Compiles and runs on Windows, Linux, macOS, and even Nintendo Switch with appropriate toolchains. ## Philosophy The project prioritizes accuracy and verification, ensuring the C implementation behaves identically to the original SNES game while thoughtfully adding modern features that enhance the experience without compromising authenticity.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.