Page 1 of 1

What language

Posted: Tue Sep 18, 2012 6:43 am
by Hacktor
Hy Guys

First of all i'd like to congratulate you for making this wonderfull game.
I'm an ammatour programmer myself and i'm verry curious in what programming language this game is made?

Thank you so much :)

Re: What language

Posted: Tue Sep 18, 2012 6:49 am
by swixel
It's C++. They used SDL, DeVIL, FreeType, RapidXML, and zlib (to name the ones in the licenses [sic] folder).

A quick poke around the binary should tell you that o.O

Re: What language

Posted: Tue Sep 18, 2012 7:13 am
by Hacktor
Thank you for the quick response.

When i say amateur i mean it, I don't know how to "poke arround the binary"

:)

Re: What language

Posted: Tue Sep 18, 2012 8:32 am
by swixel
Fair enough; I never know what people mean when they say it.

Some information from the binary suggests they used this to get started: http://www.sdltutorials.com/

Re: What language

Posted: Tue Sep 18, 2012 12:50 pm
by Hacktor
Oohh :D that looks interesting :) thank you

Re: What language

Posted: Tue Sep 18, 2012 2:31 pm
by Scratch
Hacktor wrote:Oohh :D that looks interesting :) thank you
Just FYI, the game you get is compiled, you wont be able to just go in and edit the program. For that you'd need the source code which they obviously wont release.