Game Development Process
Moderator: PC Supremacists
- davidthefat
- Chaos Rift Maniac
- Posts: 529
- Joined: Mon Nov 10, 2008 3:51 pm
- Current Project: Fully Autonomous Robot
- Favorite Gaming Platforms: PS3
- Programming Language of Choice: C++
- Location: California
- Contact:
Re: Game Development Process
LOL Highschool Procrastination at its greatest... Didnt even do anything about this thing... Im even running the wrong OS, Im devving for Windows, but booted on Linux
- Moosader
- Game Developer
- Posts: 1081
- Joined: Wed May 07, 2008 12:29 am
- Current Project: Find out at: http://www.youtube.com/coderrach
- Favorite Gaming Platforms: PC, NES, SNES, PS2, PS1, DS, PSP, X360, WII
- Programming Language of Choice: C++
- Location: Kansas City
- Contact:
Re: Game Development Process
Keep in mind that if this your first platformer, your physics are going to take a while to figure out and debug.davidthefat wrote:I think that a weight lifting game is too complicated for a first graphical game, so I think I will go with a platformer
..."Weight lifting game?"
- davidthefat
- Chaos Rift Maniac
- Posts: 529
- Joined: Mon Nov 10, 2008 3:51 pm
- Current Project: Fully Autonomous Robot
- Favorite Gaming Platforms: PS3
- Programming Language of Choice: C++
- Location: California
- Contact:
Re: Game Development Process
Yea a sim, lifting has been part of my life for 2 years, and hopefully for the rest of my life, so why not do a game about that? sounds good on paper, but trying to think of all the equations and stuff, not my cup of tea for the momentMoosader wrote:Keep in mind that if this your first platformer, your physics are going to take a while to figure out and debug.davidthefat wrote:I think that a weight lifting game is too complicated for a first graphical game, so I think I will go with a platformer
..."Weight lifting game?"
- Skaruts
- Chaos Rift Newbie
- Posts: 4
- Joined: Sat Nov 28, 2009 3:13 am
- Current Project: probably nothing worth mentioning
- Favorite Gaming Platforms: PC, psp
- Programming Language of Choice: what hard question..
- Location: A nice portuguese bitch.. err.. I mean beach!
Re: Game Development Process
From what I've been experiencing any game can be overcomplicated when it's the first graphical game. I tried making a text adventure several years ago, I never finished it but I was quite doing it.davidthefat wrote:I think that a weight lifting game is too complicated for a first graphical game, so I think I will go with a platformer
Later I tried most of the possible starting possibilities (cloning), pong, tetris, pacman, arkanoid, platformer, top down shooter, etc, and I got stuck with all of them, except a 2 player pong (no AI for 1 player).
So I guess, just stick to an idea and do the necessary ressearch, and you should pretty much be able to do it. My problem was getting taken down when I was stuck for too long with a necessary issue.