Question

Previous topic - Next topic

Guest

Hello

Is it possible to create a game similar to age of empires 1/2 or warcraft 2 with GLBasic???

Thanks

Kitty Hello

GLBasic is a programming language. It features 2D, 3D, Networking. You can write any game you like. A game as ages of empire or command and conquer (that's the 2 I've played) is not very complicated.
GLBasic has built in a find-shortest-path engine, so you won't have to worry about that either.
Download the SDK, you can write 95% of your game with the free demo version.

Hope to see you again,
Gernot

Guest

Thanks for the quick reply.

Is there a better tutorial that describes everything in detail for non-programmers??
The one at help isn`t working for me.

Kitty Hello

*gulp* what is it that you need more details about? Please tell me, so I can provide a better tutorial.

Baggi

Hi,

I have written a tutorial about programming a game in GLBasic. But it is in german language. Perhaps it might help you.

www.student.uni-oldenburg.de/sebastian.mieruch/glbasic.html

Baggi