Summer of Code/GSoC2017

From ScummVM :: Wiki
< Summer of Code
Revision as of 16:50, 3 September 2017 by MetaFox (talk | contribs) (Created page with "This pages lists students and projects for the [http://summerofcode.withgoogle.com Google Summer of Code 2017]. See also Google's [https://summerofcode.withgoogle.com/organiza...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This pages lists students and projects for the Google Summer of Code 2017. See also Google's ScummVM organization info page.

ScummVM

Mission Supernova games

Student:
Joseph-Eugene Winzer
Mentors:
criezy, Strangerke
Code:
Work in Progress
Outcome:
Success. The code has been merged into master.
Technical contacts:
Sev
Original task description:

There were several adventure games by Steffen Dingel, which are freeware now: http://outpost.simplicity.de/ Among them were Mission Supernova and Mission Supernova 2.

We got hold of the original source code written in C with some x86 assembler. We need to rewrite these in a portable C++ and add support both Missions in one engine. If possible, a translation of the game texts into English, or developing tools for performing such translation could be a great advantage.

SLUDGE Engine

Student:
Simei Yin
Mentors:
Sev, t0by
Code:
Work in Progress
Outcome:
Success. The code has been merged into master.
Technical Contacts:
Sev
Original task description:

SLUDGE is an engine and adventure game development environment, developed by Hungry Software, and open sourced in 2008. It has number of games created with it. The goal of this project is to port the Engine to ScummVM, so games, made with SLUDGE, could be run.