Search found 265 matches

by thejahooli
Sun Mar 15, 2009 10:40 am
Forum: Programming Discussion
Topic: Error LNK2005
Replies: 2
Views: 530

Error LNK2005

When I try to build my project in Visual c++ it comes up with this: 1>Game.obj : error LNK2005: "bool gameend" (?gameend@@3_NA) already defined in DisplayGrid.obj repeated 226 times with different variables I have looked up on google how to fix it but I do not understand most of them as I ...
by thejahooli
Sun Mar 01, 2009 5:56 pm
Forum: Art, Music, and Design
Topic: Making a Game?
Replies: 12
Views: 2465

Re: Making a Game?

@Marauder and dernyi21 Most of the example of things in Sams are not to do with games and more of general programming and the examples in Focus on SDL are more small peices of code that do small things in a game. I've read some online ideas of where to start so am currently making a tic-tac-toe game...
by thejahooli
Sun Mar 01, 2009 4:41 pm
Forum: Art, Music, and Design
Topic: Making a Game?
Replies: 12
Views: 2465

Making a Game?

I know this is my 2nd new topic in 5 minutes but I'm reasonably new to programming. I know C++ and SDL (I've read Sams Teach Yourself C++ in 21 Days and Focus on SDL) and I'm not sure if I'm ready to begin programming actual games. The main problem I'm having is actually thinking of how to use the t...
by thejahooli
Sun Mar 01, 2009 4:32 pm
Forum: Art, Music, and Design
Topic: Sprites?
Replies: 10
Views: 2406

Sprites?

Does anyone know any good tutorials on making sprites and what program should I use to make them?
by thejahooli
Sun Mar 01, 2009 4:24 pm
Forum: Art, Music, and Design
Topic: Games you'd like to see remade (or demade?)
Replies: 120
Views: 17229

Re: Games you'd like to see remade (or demade?)

They should make a single game with all the pokemon games on it and that you could travel between the worlds with the same character
by thejahooli
Sun Mar 01, 2009 4:15 pm
Forum: Art, Music, and Design
Topic: Elysian Shadows + Vista?
Replies: 31
Views: 5146

Re: Elysian Shadows + Vista?

Thank god for that
Lots of things that havent worked on vista for me so was worried that Elysian Shadows wouldn't
by thejahooli
Sun Mar 01, 2009 4:07 pm
Forum: Art, Music, and Design
Topic: Movies that NEED games
Replies: 41
Views: 5930

Re: Movies that NEED games

3 words
Borat: The Game
:P
by thejahooli
Sun Mar 01, 2009 3:48 pm
Forum: Programming Discussion
Topic: [Release] Programming Tutorials (PDF's)'
Replies: 10
Views: 888

Re: [Release] Programming Tutorials (PDF's)'

Downloaded the C and OpenGL ones.
When will C++ be up?
by thejahooli
Thu Feb 26, 2009 4:26 pm
Forum: Game Development
Topic: Rpg makers?
Replies: 19
Views: 3178

Re: Rpg makers?

I used Game Maker and looked into getting RPG Maker (didn't in the end) when I was 10 and thought learning to program wasn't worthwhile. I've just started now and how wrong I was. You get a better feeling when you spend countless hours on a game that would have taken minutes in Game Maker or RPG Mak...
by thejahooli
Thu Feb 26, 2009 4:17 pm
Forum: Game Development
Topic: What projects are you currently working on?
Replies: 500
Views: 152169

Re: What projects are you currently working on?

I'm new to programming and haven't got the hang of graphics, key presses, etc. so I'm making a text-based rpg that runs on the DOS screen. It's quite simple and should be finished soon.