Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.11 seconds.

  1. Replies
    12
    Views
    5,400

    Re: beginner w/ text based RPG

    It is a good idea to plan from the start. The reason is because, depending on how you make your design, it may be very difficult to add a few pictures at the end.

    There are a few things to...
  2. Replies
    12
    Views
    5,400

    Re: beginner w/ text based RPG

    Ok, well the question that needs to be ask is: where will the jpg files be when the project is finished? The reason I ask is because if you are executing the program from a jar file and the jpg files...
  3. Replies
    12
    Views
    5,400

    Re: beginner w/ text based RPG

    As far as having a Backpack, you can create a Backpack Object that extends a DataStructure (such as Vector) and has a Max Weight and Current Weight and create an Item Object that holds a Name and...
  4. Replies
    12
    Views
    5,400

    Re: beginner w/ text based RPG

    Just for fun, I played around with creating a text choosing thingy, with more or less success.

    Here is what I made, it extends JScrollPane and accepts a Vector<String> as the text choices. I...
Results 1 to 4 of 4