Thread: Soccer Game

  1. #1
    Registered User
    Join Date
    Apr 2005
    Posts
    4

    Cool Soccer Game



    Hello everyone.
    I am creating a small basic soccer game for no reason. It works but i was just wondering if some of you guys could critique the program. I used C++ and im improving it every once in a while.

    http://www.home.earthlink.net/~bobgb...soccergame.exe

    Thanks in advance for any comments.

  2. #2
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905
    1) I'd suggest possibly having more of a graphical interface, as it seems odd to place commands for your shot without any clue of what the game itself looks like until you've done it.

    2) Possibly add more accurate frame limiting than the "relative computer speed" thing. Search these boards and google for frame skipping/frame limiting and you'll find lots of info.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how do the game engine and the api interact?
    By Shadow12345 in forum Game Programming
    Replies: 9
    Last Post: 12-08-2010, 12:08 AM
  2. Open-source Game Project
    By Glorfindel in forum Projects and Job Recruitment
    Replies: 0
    Last Post: 03-24-2009, 01:12 AM
  3. So you want to be a game programmer?
    By dxfoo in forum Game Programming
    Replies: 23
    Last Post: 09-26-2006, 08:38 AM
  4. C++ Game of Life Program
    By rayrayj52 in forum C++ Programming
    Replies: 16
    Last Post: 09-26-2004, 03:58 PM
  5. My Maze Game --- A Few Questions
    By TechWins in forum Game Programming
    Replies: 18
    Last Post: 04-24-2002, 11:00 PM