Thread: Programming Sport?

  1. #1
    Registered User
    Join Date
    Dec 2001
    Posts
    60

    Programming Sport?

    Hi.
    As I am an amateur programmer, my attitude to programming is 'sportsmanlike', as other people like the challenge of a tennis match or beating the world record in non-stop singing. Do you know of a page frequently arranging something like 'game-programming-contests' or 'programming-contests' in general? I don't want to win money, I only would like to participate for fun and honour. Please help me with links.

  2. #2
    Registered User
    Join Date
    Dec 2001
    Posts
    60

    Re: Programming Sport?

    Originally posted by Mecnels
    Hi.
    As I am an amateur programmer, my attitude to programming is 'sportsmanlike', as other people like the challenge of a tennis match or beating the world record in non-stop singing. Do you know of a page frequently arranging something like 'game-programming-contests' or 'programming-contests' in general? I don't want to win money, I only would like to participate for fun and honour. Please help me with links.
    Oh. I was interested in how long (hours) would it take you to do this:

    // A Fullscreen DirectDraw Surface, black (maybe 800x600)
    // At the center of the screen stationary: The Sun (make a Sprite-// surface from a bitmap)
    // An Earth-Sprite moving along an elliptic course with any speed
    // Screen Update doesn't matter, Backbuffer will be needed
    // Pressing a key on the keyboard (DirectInput or WM_KEYDOWN
    // doesn't matter either) causes the animation/program to stop

    Ok. This is your task. How long would it take you (I did it - only with VC++ 6 and DirectX 8.1 SDK - within three hours, had to write the Sprite-Class on my own for example)

  3. #3
    Cheesy Poofs! PJYelton's Avatar
    Join Date
    Sep 2002
    Location
    Boulder
    Posts
    1,728
    If you are interested in writing algorithms, then topcoder.com is by far the best place for programming competitions. They hold events every week, very professional, with hundreds of competitors. Its not for game programming though, only problem solving and algorithms, but it tests your speed and programming skills tremendously!

  4. #4
    Registered User
    Join Date
    Dec 2001
    Posts
    60

    Thanks.

    Originally posted by PJYelton
    If you are interested in writing algorithms, then topcoder.com is by far the best place for programming competitions. They hold events every week, very professional, with hundreds of competitors. Its not for game programming though, only problem solving and algorithms, but it tests your speed and programming skills tremendously!

  5. #5
    Gamedev.net has some on the boards every once in a while, Allegro hosts one called SpeedHack (but you have to use the Allegro library). If you do some searches there are some yearly contests that are like 48 hour expos (where you must start and finish within 48 hours).

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. ERROR: Time
    By nasim751 in forum C Programming
    Replies: 1
    Last Post: 04-23-2008, 07:59 AM
  2. best sport
    By bob20 in forum A Brief History of Cprogramming.com
    Replies: 51
    Last Post: 11-27-2002, 10:54 PM
  3. return function working too soon?
    By Eagle_o_Fire in forum C Programming
    Replies: 12
    Last Post: 09-11-2002, 04:55 PM
  4. Your favorite sport.
    By incognito in forum A Brief History of Cprogramming.com
    Replies: 24
    Last Post: 01-22-2002, 07:28 AM
  5. The coolest sport.....
    By Aran in forum A Brief History of Cprogramming.com
    Replies: 37
    Last Post: 12-14-2001, 05:35 PM