I am planning to make soccer game

Post your questions, suggestions and experiences regarding game design, integration of external libraries here. For irrEdit, irrXML and irrKlang, see the
ambiera forums
Post Reply
RespectIsEverything
Posts: 30
Joined: Fri Feb 01, 2013 12:06 pm

I am planning to make soccer game

Post by RespectIsEverything »

Hi everybody,
This my first post.I am newbie to Irrlicht.But i am familiar to game programming.I used a lot of time DirectX.But i am planning to make this game on OpenGL with Irrlicht.Because i want a cross-platform game.I need a suggestion.Should i do a game like PES or a online manager game?Which should be?
I will be very happy if you answer like that:
Do ... because...

Thanks for answers.

Best regards.
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: I am planning to make soccer game

Post by CuteAlien »

Doing soccer manager games is rather easy (one of my first programs I ever wrote when I was still learning to write c code). I've never written an action soccer so far, so can't really tell about difficulties in that (AI, writing a good input-controller and ball physic, probably in that order, would be my guess, although stuff like GUI and animation is certainly also always trouble).

If you don't mind about gpl you might want to take a look at http://www.bolzplatz2006.de/en/ which was written with Jirr (a java wrapper for Irrlicht 0.14).
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
RespectIsEverything
Posts: 30
Joined: Fri Feb 01, 2013 12:06 pm

Re: I am planning to make soccer game

Post by RespectIsEverything »

CuteAlien wrote:Doing soccer manager games is rather easy (one of my first programs I ever wrote when I was still learning to write c code). I've never written an action soccer so far, so can't really tell about difficulties in that (AI, writing a good input-controller and ball physic, probably in that order, would be my guess, although stuff like GUI and animation is certainly also always trouble).

If you don't mind about gpl you might want to take a look at http://www.bolzplatz2006.de/en/ which was written with Jirr (a java wrapper for Irrlicht 0.14).
Thanks for the reply.I think manager game will be easy too.But i understand that you don't need a physics for manager game from your sayings.Is that true?And my game will be free.
Mel
Competition winner
Posts: 2292
Joined: Wed May 07, 2008 11:40 am
Location: Granada, Spain

Re: I am planning to make soccer game

Post by Mel »

Go for a soccer game, not a manager. Managers are cool, and that, but soccer games are more fun, so, try the PES way :)

In fact the good thing of a soccer game with regard the physics, like many sports games, is that the system is defined from the begining to the end, i.e. you have a defined maximal amount of players, a ball and two goals, and the field is also limited; controlling all that is relatively a small problem, so, you don't really need very complex physics. From that, you may go up as much as you want.

The only real problem may come from the animations of the players, if they are very detailed, the system maybe slow with that, other than that, there is really very little drawbacks
"There is nothing truly useless, it always serves as a bad example". Arthur A. Schmitt
RespectIsEverything
Posts: 30
Joined: Fri Feb 01, 2013 12:06 pm

Re: I am planning to make soccer game

Post by RespectIsEverything »

Mel wrote:Go for a soccer game, not a manager. Managers are cool, and that, but soccer games are more fun, so, try the PES way :)

In fact the good thing of a soccer game with regard the physics, like many sports games, is that the system is defined from the begining to the end, i.e. you have a defined maximal amount of players, a ball and two goals, and the field is also limited; controlling all that is relatively a small problem, so, you don't really need very complex physics. From that, you may go up as much as you want.

The only real problem may come from the animations of the players, if they are very detailed, the system maybe slow with that, other than that, there is really very little drawbacks
Thanks,Mel.I alwalys thought that soccer games need complex physics.So,i didn't thougt every actions are planned before the play.
Klunk
Posts: 264
Joined: Mon Jan 10, 2011 5:21 pm

Re: I am planning to make soccer game

Post by Klunk »

worked for nearly 3yrs as an artist on footie game for ps2 & xbox my advice is run fast and run far, also worked on footie management games (2 yrs) for xbox360 & psp the localization was ridiculous and a nightmare.
Post Reply