Thread: ANN: The Fourth Contest: Alarm Clock, sign up here

  1. #16
    Registered User The Dog's Avatar
    Join Date
    May 2002
    Location
    Cape Town
    Posts
    788
    Would OpenGL pass for console graphics?

    I'm unsure of what would be accepted.
    What is meant by console graphics?
    Or should this be done only with simple
    graphics libraries such as BGI or whatever?

  2. #17
    Registered User
    Join Date
    Jun 2002
    Posts
    267
    I believe "console based" is reffering to anything that can be done in Windows console mode... and so openGL is out

    I might be wrong though..... I'm sorry if I am

  3. #18
    Registered User
    Join Date
    Jul 2002
    Posts
    52
    Would OpenGL pass for console graphics?
    You might try reading the faq. I'm pretty sure console graphics are covered in there.
    Turn no more aside and brood
    Upon love's bitter mysteries
    For Fergus rules the brazen cars...

  4. #19
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    Originally posted by The Dog
    Would OpenGL pass for console graphics?

    I'm unsure of what would be accepted.
    What is meant by console graphics?
    Or should this be done only with simple
    graphics libraries such as BGI or whatever?
    ideally, graphics should be cross-platform. unfortunately, total portability is impossible without the use of libraries. (and even most of the time, with). the only truly cross-platform enviroment is the text console, and this is what the portability score will reflect. if you are going to use graphics, i would suggest the sdl, because it can work in both windows and linux.

    if you're going to do graphics, follow these rules:
    1)use only functions that do the equivalent of direct pixel plotting, rectangular blitting, or screen clearing.
    2) don't waste time on your interface. your program matters much more.
    3) remember that portability points drop with the use of graphics.

    Would OpenGL pass for console graphics?
    i recommend against them. you're writing an alarm clock, not a first person shooter. besides, compiling and using opengl graphics are difficult to do. remember that not everyone has a 3d graphics card.

  5. #20
    Registered User moi's Avatar
    Join Date
    Jul 2002
    Posts
    946
    sorry about the confusion ygfperson, i have decided not to sign up for this contest
    hello, internet!

  6. #21
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >A five in this category will be declared a national emergency. (or at least a breach of the peace)
    Have it reformat the hard drive.

    -Prelude
    My best code is written with the delete key.

  7. #22
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683
    Looks like we have more judges than coontestants....

  8. #23
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    yeah...
    not much i can do about that. there's always hope that other will sign up. maybe next contest i should limit the number of judges to 3.

    Have it reformat the hard drive.
    true, that would be quite alarming. i was thinking more along the lines of sound...
    like the sound of a magnetic head etching a scar into the smooth-coated platters...

    (where's that devil emoticon when you need one? )

  9. #24

    I don't want to enter, but...

    Will you post the source and .exe of the winner? I am relatively new to C++ and i would realy like to see a good program in action and source.

    ~Inquirer

  10. #25
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    we always do that, with the source. sometimes there's the exe's, too, but mostly not. any normal compiler should give you the exe if you input the source, though.

  11. #26

    Thanks,

    i'm not really familiar with ur contests.

  12. #27
    Registered User Dual-Catfish's Avatar
    Join Date
    Sep 2001
    Posts
    802
    Sign me up. It doesn't seem like a project that will take me too long... I get home from vacation tonight or tommorow. I've been thinking about this a little bit, hopefully I'll be finished in time.

    I seriously doubt the competence of one or more of the judges... I don't think you should be allowing anyone to just come and say "I'll Judge". They a) Should be known around here ~200+ posts b) Is not a complete moron c) Is a pretty good coder

  13. #28
    Registered User fletch's Avatar
    Join Date
    Jul 2002
    Posts
    176
    Should I comment extensively, or can I rely on the judges to be able sort through my alarm clock? If I need to comment, what's the appropriate 'level of commenting?' i.e.

    // This block of code does...
    -or-
    // This line sets x equal to y

    fletch
    "Logic is the art of going wrong with confidence."
    Morris Kline

  14. #29
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    Originally posted by fletch
    Should I comment extensively, or can I rely on the judges to be able sort through my alarm clock? If I need to comment, what's the appropriate 'level of commenting?' i.e.

    // This block of code does...
    -or-
    // This line sets x equal to y
    Try reading the last couple of posts in this one and viewing Prelude's source code. That should give you some guidelines.
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  15. #30
    Registered User moi's Avatar
    Join Date
    Jul 2002
    Posts
    946
    Originally posted by Dual-Catfish

    I seriously doubt the competence of one or more of the judges...
    Klinerr1? don't blame ya
    hello, internet!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. New AI contest: sign up
    By Sang-drax in forum Contests Board
    Replies: 20
    Last Post: 07-27-2005, 05:54 PM
  2. Replies: 23
    Last Post: 01-31-2003, 03:13 AM
  3. ANN: From the Contest forum
    By ygfperson in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 09-03-2002, 07:21 PM
  4. The fourth contest: choose your topic, one day only
    By ygfperson in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 07-30-2002, 10:22 AM
  5. Sign up -- Contest Thread
    By ygfperson in forum A Brief History of Cprogramming.com
    Replies: 70
    Last Post: 05-27-2002, 06:46 PM