Thread: rpg

  1. #1
    Unregistered
    Guest

    rpg

    how much knowlege should i have before attampting to make a text rpg ( a very simple one)

  2. #2
    Hmm...

    One on hand:
    -RPGs are probably the hardest game type to create.

    On the other hand:
    -Text games are far easier then Graphics based games.

    You will require fairly decent knowledge about arrays. Some basic input/output stuff. It doesnt really take much to get started actually. Starting a project like this is IMHO the best way to learn more.

    You can have a look at the Text RPG Example on this page on my site if you want a basic idea of what one could look like. Theres some other stuff there too that leans towards learning this kind of stuff as well.
    "There's always another way"
    -lightatdawn (lightatdawn.cprogramming.com)

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. (dev) C++ Ascii Rpg
    By kevinawad in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 08-10-2008, 11:10 AM
  3. Beta Arena Extreme RPG
    By Padawan in forum Game Programming
    Replies: 1
    Last Post: 08-11-2004, 08:58 AM
  4. Strange complier error in simple RPG
    By Marcos in forum Game Programming
    Replies: 4
    Last Post: 03-27-2003, 06:57 AM
  5. Char Variable Probelm
    By Krak in forum C++ Programming
    Replies: 1
    Last Post: 01-26-2003, 12:34 PM