1,554
edits
(Added Edna task) |
(→Add support for Edna & Harvey: The Breakout to ScummVM: added link to GTGE) |
||
Line 178: | Line 178: | ||
* Size: 350 hours | * Size: 350 hours | ||
[https://www.mobygames.com/game/34663/edna-harvey-the-breakout/ Edna & Harvey: The Breakout] is the first game in Edna series from Daedalic. The engine was written in unobfuscated Java, thus, it is pretty trivial to decompile it. Moreover, one of the demos came with the source archive. The resulting decompilation is around 10k lines of code. It is built on top of Golden T Game Engine, which is another 8k lines of code on top of that, and it was published under LGPL. | [https://www.mobygames.com/game/34663/edna-harvey-the-breakout/ Edna & Harvey: The Breakout] is the first game in Edna series from Daedalic. The engine was written in unobfuscated Java, thus, it is pretty trivial to decompile it. Moreover, one of the demos came with the source archive. The resulting decompilation is around 10k lines of code. It is built on top of Golden T Game Engine, which is another 8k lines of code on top of that, and it was [https://github.com/google-code-export/gtge published under LGPL]. | ||
The goal of this project is to rewrite/convert all of this into C++ and add to ScummVM. | The goal of this project is to rewrite/convert all of this into C++ and add to ScummVM. |