Search found 21 matches
- Fri Apr 23, 2010 10:15 am
- Forum: General Gaming
- Topic: Favourite RTS and why?
- Replies: 28
- Views: 7899
Re: Favourite RTS and why?
With out a shadow of a doubt Dawn of War II. A lot of RTS games these days seem to be about 'Spam Unit A to counter Unit B' or are far too focused on resource gathering instead of the actual war. Dawn of War II is Warhammer 40k (Big +1), looks amazing for an RTS, does away with base building and mak...
- Tue Jan 05, 2010 7:51 am
- Forum: General/Off-Topic
- Topic: Youtube 'Destiny Brothers' Laugh
- Replies: 5
- Views: 819
Youtube 'Destiny Brothers' Laugh
Hey all, I had to post this. As I was looking around youtube at indie games people had made (or are in the middle of making) I stumbled across this video which as a indie game programmer myself, just made me wanna curl up in the corner and cry. This guy who has admitted to barely being able to progr...
- Wed Sep 09, 2009 6:39 am
- Forum: General/Off-Topic
- Topic: A quick "LOL"
- Replies: 10
- Views: 1123
Re: A quick "LOL"
Panama wrote: what do u think im doing and do u think rpg maker is a pice of crap lol? man rpg maker xp make you make so powerfull cool games and if u dont bellive that then see this link this is a video well make you see how much rpg maker is good http://www.youtube.com/watch?v=1Mx2peyPkzY and tha...
- Tue Sep 08, 2009 7:03 am
- Forum: General/Off-Topic
- Topic: A quick "LOL"
- Replies: 10
- Views: 1123
Re: A quick "LOL"
what do u think im doing and do u think rpg maker is a pice of crap lol? man rpg maker xp make you make so powerfull cool games and if u dont bellive that then see this link this is a video well make you see how much rpg maker is good http://www.youtube.com/watch?v=1Mx2peyPkzY and that is what i ne...
- Tue Sep 08, 2009 3:47 am
- Forum: Game Development
- Topic: Ace of Space - First Full C++/SDL Game
- Replies: 42
- Views: 5814
Re: Ace of Space - First Full C++/SDL Game
Very very nice! 5 stars. The boss is really wierd though Reminds me of Andross from Starfox.
- Fri Aug 14, 2009 3:17 am
- Forum: Programming Discussion
- Topic: How do YOU cope with the stress of errors?
- Replies: 19
- Views: 2503
Re: How do YOU cope with the stress of errors?
You make a good point actually Gyro, when I first started programming (a little over 3 years ago) most error messages completely stumped me, and it didn't help that sometimes they weren't written in plain english. When I get a compile time error now, if I don't understand it (but I usually do) I go ...
- Thu Aug 13, 2009 10:19 am
- Forum: Programming Discussion
- Topic: How do YOU cope with the stress of errors?
- Replies: 19
- Views: 2503
How do YOU cope with the stress of errors?
Im sure we've all been there at some point, you're programming away on your latest project, you compile it and get 1 or more error messages. You don't know how to fix the problem and are getting increasingly frustrated with trying out possible solutions only to find they don't work, then ofcourse if...
- Sat Aug 08, 2009 5:28 am
- Forum: Programming Discussion
- Topic: XNA Game Studio / C#
- Replies: 24
- Views: 2739
Re: XNA Game Studio / C#
Ive used XNA and C# in the past to make little games. C# is definately nicer to use than C++ for the reasons you've listed above but I never really felt right when I was using XNA, there's something about DirectX which i just prefer.
- Mon Aug 03, 2009 7:02 am
- Forum: General Gaming
- Topic: Epic Letdowns in Gaming
- Replies: 40
- Views: 7792
Re: Epic Letdowns in Gaming
Starcraft 1, i looked forward to that game for so long and then when i got it, it was just 'spam your most powerful unit' like alot of other RTS games. The characters and story was bland and the races were barely original, I still have it but never play it. I just hope Starcraft 2 is much better *cr...
- Fri Jul 31, 2009 6:11 am
- Forum: Programming Discussion
- Topic: SDL_Color Problem :)
- Replies: 8
- Views: 1333
Re: SDL_Color Problem :)
Hmmm, then im not sure what to suggest mate, ive never used SDL but im sure someone will be along soon who can fix your problem.
EDIT: Cant you use
EDIT: Cant you use
Code: Select all
SDL_Color textColour = {255, 255, 255};
- Fri Jul 31, 2009 4:50 am
- Forum: General Gaming
- Topic: Worst game you've ever played
- Replies: 36
- Views: 8181
Re: Worst game you've ever played
Command and Conquer 3 *shivers*
- Fri Jul 31, 2009 4:10 am
- Forum: Programming Discussion
- Topic: SDL_Color Problem :)
- Replies: 8
- Views: 1333
Re: SDL_Color Problem :)
I believe it should be
Code: Select all
SDL_Color textColor (255, 255, 255);
- Tue Jul 07, 2009 1:04 pm
- Forum: Programming Discussion
- Topic: Other books
- Replies: 3
- Views: 476
Re: Other books
Hey mate, a really useful book i recently purchased is C++ for Game Programmers - second ed. It doesn't show you how to code any games but is really useful for showing you efficient game dev techniques and has given me lots of ideas for things like class structuring and design patterns. There's also...
- Thu Jun 25, 2009 10:55 am
- Forum: General/Off-Topic
- Topic: When coding goes wrong...
- Replies: 7
- Views: 899
Re: When coding goes wrong...
Wow, that was pretty nasty.
- Thu Jun 25, 2009 10:51 am
- Forum: General/Off-Topic
- Topic: Where did it all begin for you?
- Replies: 45
- Views: 30109
Re: Where did it all begin for you?
Wow, it's really interesting reading about how you all got into programming. Ok my turn :) So about 3 years ago, I had just got my first computer and was in the habit of spending all my time (and i emphasise the 'all') playing PC games. At the time my favourite game was an RTS called Dawn of War. I ...