Thread: Some help with ideas for app or game in competition

  1. #1
    Grey Wizard C_Sparky's Avatar
    Join Date
    Sep 2009
    Posts
    50

    Some help with ideas for app or game in competition

    I am going to the state competition in SkillsUSA after getting 1st at district.

    At the state level, we can pretty much make whatever we want.

    I was thinking something like an application that encrypts files with XOR.
    Or a game such as tetris or space invaders.

    We have approximately four hours to code the project, and more time to plan it.


    I have been learning SDL for game programming and I think I can be good enough at that to write a nice looking and fun game in four hours.


    Anyone have any ideas or suggestions?

  2. #2
    Registered User rogster001's Avatar
    Join Date
    Aug 2006
    Location
    Liverpool UK
    Posts
    1,472
    peg solitaire would be do-able, as long as limit to straight gameplay

  3. #3
    Registered User
    Join Date
    Nov 2008
    Posts
    30
    Actually, you are better off using a higher-level language like Ruby or Python.
    C++ shines when performance is critical, not when something needs to be get done quickly.

  4. #4
    Master Apprentice phantomotap's Avatar
    Join Date
    Jan 2008
    Posts
    5,108
    O_o

    Well, you know, unless...

    ... he is using a library that provides the same primitives.
    ... he plans on using SDL regardless.
    ... he already knows C++.

    How familiar are you with C++ and SDL?

    What you can do in four hours depends on your experience.

    Here is a test: Tetris has only a few rules. How long does it take you to write down every algorithm necessary to implement those rules? (I'm just talking about listing them.)

    Soma

  5. #5
    Registered User
    Join Date
    Nov 2008
    Posts
    30
    Quote Originally Posted by phantomotap View Post
    O_o

    Well, you know, unless...

    ... he is using a library that provides the same primitives.
    ... he plans on using SDL regardless.
    ... he already knows C++.

    Soma
    1. Libraries can only take you up to a certain level. Design decisions of a particular language limit its inherent capabilities. In short, all languages are not equal.
    2. He said he has been learning SDL. He may as well learn something else.
    3. Agreed. If this is the only language he knows, then it's a no-brainer.
    Last edited by salquestfl; 03-11-2010 at 02:29 AM.

  6. #6
    Registered User rogster001's Avatar
    Join Date
    Aug 2006
    Location
    Liverpool UK
    Posts
    1,472
    if you are well versed in image manipulation and events with SDL and are also well versed in C++ and you have your logic nailed before you start coding then you can 'easily' write the marble solitaire or a picture slider puzzle or something...if you are allowed to have your graphics prepared beforehand also then it might even look good...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Event driven game engine
    By abachler in forum Game Programming
    Replies: 9
    Last Post: 12-01-2009, 06:03 AM
  2. beach bar (sims type game)
    By DrKillPatient in forum Game Programming
    Replies: 1
    Last Post: 03-06-2006, 01:32 PM
  3. HELP!wanting to make full screen game windowed
    By rented in forum Game Programming
    Replies: 3
    Last Post: 06-11-2004, 04:19 AM
  4. 2d game ideas
    By BeholderOf in forum Game Programming
    Replies: 5
    Last Post: 10-27-2003, 06:06 PM
  5. Idea's for game
    By Unregistered in forum Game Programming
    Replies: 5
    Last Post: 10-02-2001, 09:16 PM