Open main menu

Difference between revisions of "Summer of Code/GSoC Ideas 2024"

Added Edna task
(Added FITD task)
(Added Edna task)
Line 169: Line 169:


The goal of this project is porting the engine code to ScummVM's OSystem framework.
The goal of this project is porting the engine code to ScummVM's OSystem framework.
=== Add support for Edna & Harvey: The Breakout to ScummVM ===
* Technical contacts: [[User:Sev|sev]]
* Difficulty level: Medium/Hard
* 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.
The goal of this project is to rewrite/convert all of this into C++ and add to ScummVM.


=== Bring your own Adventure or RPG Reimplementation (only existing games) ===
=== Bring your own Adventure or RPG Reimplementation (only existing games) ===