GSoC/GCI Archive
Google Code-in 2012 Copyleft Games Group

Hedgewars: What lies in the clones?

completed by: Nikolay Kotsev

mentors: Andrey Korotaev, Xeli, Sheepy, koda

Remember to join our IRC channel when working on this task! We are on #hedgewars at freenode.net. If you are new to IRC, read this tutorial from a past GCI participant.

Your task

Qt is the next generation of an incredibly powerful crossplatform library! It enables us to easily ship to multiple desktop platforms, writing the code only once. SDL is another awesome crossplatform library, more suited for media and graphics than GUI and powers our game entirely.

Hedgewars has been on Googlecode for quite some time and a lot of people have cloned its sourcecode. Maybe some people did something nice that we can fully integrate in our code. Are you able to explore Hedgewars' clones and point out the interesting stuff?

Deliverable

A few pages in document format, describing the solution for the stated problem. Provide any code if available.