Game Development Community

two small games then onward...

by Sean Brady · in General Discussion · 08/07/2011 (9:55 pm) · 2 replies

I have just finished two small games (higher lower card game + snakes and ladders game) with C++. They were primarily created to improve my logical thinking (using programmer art). I realise that there is no right way to go with it but I was curious as to how the gg community would progress in this situation.

The plan was to proceed with a 2d space shooter game then 2d strategy game after this moving forward to eventually create a small full 3d game. Any suggestions are greatly appreciated...


Thanks in advance.

#1
08/08/2011 (6:42 am)
Whatever you decide, make a small and basic prototype of your key gameplay element first - just to prove that it works. Then expand from there.

eg: The first thing that I ever did with TGE was simply to get 2 teams of Ai capable of shooting at and running towards each other.
#2
08/09/2011 (2:20 am)
Cheers, I suppose it's time to put the dreams into action. Thanks again.