Page 1 of 1

RTS in PB

Posted: Sun Nov 20, 2005 3:33 pm
by Pacman
Is it possible to make strategy game in Pure Basic?
If it is possible please send tutorial.



Thanks.

Posted: Sun Nov 20, 2005 3:58 pm
by Dreglor
yes, but there isn't any tutoirals specificly for pb rts is a hard topic to go about in general...

I suggest a 2d version frist using like a old aoe type engine (isometric tiles)

Re: RTS in PB

Posted: Sun Nov 20, 2005 7:45 pm
by PB
> If it is possible please send tutorial

LOL, gotta love newbies! :lol:

Posted: Sun Nov 20, 2005 10:58 pm
by djes
Is it possible to create an artificial life form in PB?
If it is, please send a tutorial...







:lol:

Posted: Sun Nov 20, 2005 11:18 pm
by va!n
Is it possible that purebasic automatical writes/creates the program i want without typing any key? just by mind-storming?
If it is, please send a tutorial...

loooooool

@Pacman:
sorry but reading your posting is more as funny, rofl... you can code all kind of games - its just limited by your coding skills... just search on the forum for some game example sources...

Posted: Mon Nov 21, 2005 1:13 am
by vanleth
Sometimes I miss bold question like this :D

I guess RTS is games like Age of Empires, Warcraft, Dune and C&C.

Beside the enormous strict graphical work, it could probably nowadays be done in any language outthere. Keywords to this kinda of project would be pathfinding, isometric gfx and some simple enemy AI.

Alltogether typically not a single mans project and very unlikely having a straight forward approach.

Not saying it can't be done!

Get together with peoble who have similar thoughts or just start with a simple isometric map scroller.

Best regards

Posted: Mon Nov 21, 2005 5:51 am
by Brice Manuel
At least he asked for a tutorial instead of "da codes" :P

The question isn't can a RTS be made in PB, the question is can you code a RTS?

PB can handle it fine.

We are currently working on a turn-based strategy game in PB with no problems.

Posted: Mon Nov 21, 2005 6:55 am
by rsts
Unless you're an experienced PureBasic© coder, you might want to start with something a bit easier.

From a tutorial standpoint check this thread.

viewtopic.php?t=10458

cheers