Thread: few questions (and an offer)

  1. #1
    Registered User
    Join Date
    Jan 2003
    Posts
    6

    few questions (and an offer)

    am making a text based game from scratch. _if anyone wants to make the string parser for me, and get 50% of teh credits for the game, email me. _i can make it, im just to busy. _

    also, how can i output a graphic without having to enter a graphics mode (just output a gif or jpeg thats already made)

    and lastly, what are teh standard commands for mouse input?

    thanks alot
    peace out

  2. #2
    Rambling Man
    Join Date
    Jan 2002
    Posts
    1,050
    I seriously doubt anyone is going to want to do your "string parser" for you, so I wouldn't get your hopes up too high. There was someone else who might who was looking for help on a tbg the other day, although, I'm sure he/she is going to want to be fairly involved with the making of the game.

    Secondly, you can NOT do any sort of non-ASCII graphics in console based applications.

    Third thing, as far as I know, console applications do not accept any mouse input. There is the gotoxy() command, which you will more than likely need to use. But that still has no relation with mouse input.

    Good luck.

  3. #3
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    Originally posted by TechWins
    Third thing, as far as I know, console applications do not accept any mouse input.
    Using a mouse in C++ Console

Popular pages Recent additions subscribe to a feed