Thread: How to design a game?

  1. #1
    Your imaginary friend
    Join Date
    Jan 2010
    Location
    Canada
    Posts
    76

    How to design a game?

    I have been learning c++ using the tutorials on this site but havent even seen a single tutorial name that even demonstrated how to use graphics or even make a good text rpg.

    So I was wondering where I could actualy learn how to make a game (like change the colour of text for text rpgs or how to import and use graphics)
    Please post some link to rescources(websites or downloads only sincwe I dont have the money to buy books and other things)

    Thanks to anyone who replys!

  2. #2
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Please post some link to rescources(websites or downloads only sincwe I dont have the money to buy books and other things)
    You will need books. Tutorials just won't cut it.

  3. #3
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    Quote Originally Posted by Bubba View Post
    You will need books. Tutorials just won't cut it.
    Ditto WRT graphics.

    WRT text, don't worry about the color for now. How a text based game could be made will become apparent as you learn some programming skills. Games are not the simplest of exercises (ie, you need to do those first, and you will know in yer heart when yer ready ).
    Last edited by MK27; 01-28-2010 at 06:29 PM.
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

  4. #4
    Your imaginary friend
    Join Date
    Jan 2010
    Location
    Canada
    Posts
    76
    Will the lessons on this site cut the cheese?

  5. #5
    Registered User UltraKing227's Avatar
    Join Date
    Jan 2010
    Location
    USA, New york
    Posts
    123
    i dont think that the tutorials on this site will help. anyway, i think
    Win32 programming does the trick. it has anything to make a 2D
    game. and when its used with OpenGL, it will become a 3D Machine!

    here is a link for Win32 Programming:

    http://www.winprog.com/tutorial

    have fun!

  6. #6
    Registered User
    Join Date
    Aug 2003
    Posts
    1,218
    Dont use Win32, its horrible horrible horrible. Learn OpenGL or DirectX depending on personal preference and/or operating system.

  7. #7
    Registered User
    Join Date
    May 2009
    Posts
    106
    I might have an ebook or two i can send you if you send me an email <<<snipped>>>
    Also if your not able to make a text rpg yet its not a good idea to try and learn graphics programming until you have a hold on everything.... believe me i tried being stubborn and it didnt get me any where... now after about sc months of programming im going to start the graphics... also a way that you can change color on windows is by putting this...

    Code:
    system("col 3");
    of course you can change the number to what color you want
    Last edited by Salem; 02-12-2010 at 11:41 PM. Reason: Please don't post email addresses

  8. #8
    Your imaginary friend
    Join Date
    Jan 2010
    Location
    Canada
    Posts
    76
    Thanks for your answer!
    I will send you an email, and by the way I do know how to make a text-RPG but I was wondering if there were some text-RPG specific tutorials to making some in a diferent way.

    I have changed the project I am curently working on anyways, it is now a RPGoT instead of a T-RPG.

  9. #9
    Registered User
    Join Date
    May 2009
    Posts
    106
    sorry i didnt know that you'll didn't allow email adresses on this forum

  10. #10
    Your imaginary friend
    Join Date
    Jan 2010
    Location
    Canada
    Posts
    76
    I sent you the email you had asked for, did you get it?
    sent a second one.
    Last edited by jerimo; 02-15-2010 at 01:39 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Game design question
    By h3ro in forum Game Programming
    Replies: 6
    Last Post: 02-28-2008, 08:20 AM
  2. Open Source / Semi Open source game idea. Help needed
    By CaptainPatent in forum Projects and Job Recruitment
    Replies: 10
    Last Post: 05-16-2007, 10:44 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. Game Engine Link Prob
    By swgh in forum Game Programming
    Replies: 2
    Last Post: 01-26-2006, 12:14 AM
  5. Game Independent Anti-cheat Project Needs Programmers
    By GIA Project Lea in forum Projects and Job Recruitment
    Replies: 3
    Last Post: 09-15-2005, 07:41 PM