Thread: (dev) C++ Ascii Rpg

  1. #1
    deletedforumuser
    Guest

    (dev) C++ Ascii Rpg

    Hey! I'm working on a ASCII Rpg game.

    I'm not done yet, it's like 30% done.

    I'm giving it to everyone, you got the permission to edit it, do whatever you want with it.

    The gui part work, it's a Ascii gui. loading / saving works. You might need to add some new stuff such as Intelligence, speed, or whatever an rpg game needs.

    I'm still working on it. i did not stop the development. But im releasing it now just so you can see what it looks like or even make something out of it.

    I know it's nothing big, it's not like a 3d game or whatever, but im still learning c++.


    ASCII RPG VERSION 0.02

    Message System above npc head
    Works.

    Next version 0.03

    New link.

    Here's the download link: http://filebeam.com/3aa23b4f5cf52c48ffbbce1fc9936187 FILES ONLY!

    The next version will come out soon.

    Next version will contain:


    Portals.
    Monsters.

    That's for the Version 0.02 maybe coming out tomorrow.

    Good luck compiling.

    And by the way, the file is 7.2 mb since there's a music file in it. The music isn't really good but oh well..it adds spice to the game.


    --BY THE WAY: Thanks Elysia, because of you, im able to do this kind of stuff.Thank you so much. I didn't know much about c++ until you helped me.



    Some Screenshots:

    http://img128.imageshack.us/img128/8461/asciirpgnw2.jpg

    The quality is quite bad. Oh well...


    ---------------------------IN DEV------------------------

    7:26 pm August 9, Npc Message Done(90%).
    Last edited by kevinawad; 08-10-2008 at 08:18 AM.

  2. #2
    Registered User
    Join Date
    Jun 2008
    Posts
    127
    I wouldn't make a game in a console window. Just read up on the basics more and then use a game library.

  3. #3
    deletedforumuser
    Guest
    I know i know...it's just to get better in c++...it's for my learning.


    After this, i will start win32 Application programming. then after about 5 months, i will start directx.

  4. #4
    Registered User
    Join Date
    Jun 2008
    Posts
    127
    I would be sure to have a solid foundation on c++ first. Win32 programming alone can be a leap if your not ready. If your seriuos though I would recommend Programming Windows. I read about half of it. Not sure if I wan't to finish.

  5. #5
    deletedforumuser
    Guest
    But what do you think about this ascii game?

    I've been programming for 2 months now, and im having alot of fun.

    I'm only 15 now, so i got plenty of time to learn so much stuff.

  6. #6
    Registered User
    Join Date
    Jun 2008
    Posts
    127
    What exactly do you mean by ascii game???
    Do you mean text(console) based?

  7. #7
    deletedforumuser
    Guest
    An ASCII Game is a game made with Ascii char.

    It can be console. But it must be made with Ascii characters.

  8. #8
    Registered User
    Join Date
    Jun 2008
    Posts
    127
    Ok..... Don't think Iv'e heard that before.

  9. #9
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    I have moved this to General since you appear to be neither asking for help nor recruiting developers but merely allowing others to view your work in appreciation for their past help.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  10. #10
    deletedforumuser
    Guest
    New version 0.03.

    Npc message will be displayed above the npc.

  11. #11
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    Congrats, you have discovered the world of Nethack and MUDs!

    Don't listen to the naysayers. This exact kind of game has been around for a long, long time. Those who think you need fancy graphics to have a good time lack imagination, and probably require the books they read to be full of pretty pictures.
    Code:
    //try
    //{
    	if (a) do { f( b); } while(1);
    	else   do { f(!b); } while(1);
    //}

  12. #12
    deletedforumuser
    Guest
    Thanks! im having so much fun right now working on the game, because it's my first real game, i know it's just Ascii, but it's ok for me, im learning.

    then i can move on to 2d, im learning win32 right now. but stil working on this.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. problem
    By ExDHaos in forum C++ Programming
    Replies: 12
    Last Post: 05-22-2009, 04:50 AM
  2. Replies: 11
    Last Post: 03-24-2006, 11:26 AM
  3. Office access in C/C++ NOT VC++!! :)
    By skawky in forum C++ Programming
    Replies: 1
    Last Post: 05-26-2005, 01:43 PM
  4. Checking ascii values of char input
    By yank in forum C Programming
    Replies: 2
    Last Post: 04-29-2003, 07:49 AM