Thread: Idea's for game

  1. #1
    Unregistered
    Guest

    Question Idea's for game

    hey,
    I am just another newbie c++ programmer hanging around here, hoping to learn something. So I thought, let's fool around a little with tic-tac-toe. I found a code on the forum, and edited it, till the bugs were out, and the game was working optimal. Now I am wondering, what kind of game would be nice for me to create next?

    (Something similair to tic-tac-toe)

  2. #2
    Unregistered
    Guest
    You could do connect 4, mastermind, or bagles. You can make consol games real time also like say zzt at zzt.org

  3. #3
    Registered User
    Join Date
    Aug 2001
    Posts
    47
    Nibbles!!! (the snake game)

  4. #4
    Unregistered
    Guest

    Thumbs up Thanks

    Thanks guys, ill see what I can do. (The mastermind sounded best of the idea's given

    But maybe I will make the tictactoe a little better first..

  5. #5
    Unleashed
    Join Date
    Sep 2001
    Posts
    1,765

    hey uhh

    I have a VERY nice pong tutorial. I have noooooooo clue where I got it from though. It shows you how to create pong step by step. The person uses make files to compile though ( several files ). It compiles juuuust fine with GCC. There are like 7 major steps in it ( graphics, input, the engine, etc ). All the source code is there with tutorials and it's ready to be compiled the minute you download it.

    Im just looking at it so i can see how to display a picture in dos lol.....I can load any image i want, so far. But, actually implimenting that into my own programs from scratch.....no, not that far. It uses GCC to comile ( DJGPP ) and allegro for the graphics.

    If someone wants this, let me know.
    OR, if someone wants to give some advice on displaying an image.....be glad to know. I'd prefer a "good" tutorial over answers though, so I can learn from scratch. If someone has some code for me to check out though, why not....
    The world is waiting. I must leave you now.

  6. #6
    Unregistered
    Guest
    hey could you send the tutorial to [email protected] thanks

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Project ideas.
    By Wraithan in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 04-25-2009, 03:29 PM
  2. Ideas, how do you get them? xD
    By Akkernight in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 01-22-2009, 03:53 AM
  3. cool ideas for a game
    By Shadow12345 in forum Game Programming
    Replies: 7
    Last Post: 05-18-2004, 08:37 PM
  4. idea's idea's idea's
    By mithrandir in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 04-29-2002, 12:30 AM
  5. Small app ideas
    By dirkduck in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 02-15-2002, 08:57 PM