These here forums are read-only. Click here to go to the new forums, where you can actually post and stuff!
Sorry for the inconvenience
-Andrew
Hello! i"m wondering what IDE/Engine the programmer used to make this game, Thanks!
SharpDevelop is the primary IDE used, with occasional usage of visual studio.
There is no engine used, a thin wrapper is used to abstract direct OpenGL or Direct3D9 (e.g. BindTexture becomes either glBindTexture or IDirect3DDevice9::SetTexture) calls.
Thank you!