Page 1 of 1

development question

Posted: Sun Jun 11, 2017 3:44 am
by davidepessach
How was this game created? What's the language/suite used and what are the capabilities of the editor? Really curious about this development wise...

RE: development question

Posted: Mon Jun 12, 2017 10:45 am
by Hubert Cater
Hi Patgarret77,

I used Eiffel Software to code the game, it is a language not used much for this type of development but a clean and easy to use language that I adopted out of University almost 18 years ago now. It is similar to C# or Java in that it is object oriented and garbage collected and so on.

https://www.eiffel.com/

For the graphics I used the open source SDL library.

Hubert