Search:

Type: Posts; User: flyingquill

Search: Search took 0.20 seconds.

  1. Re: Text Based Adventure Game (Inventory related)

    the above code is how i have entered the BAG as an item, same as all the other items i have TORCH, USB etc.

    just dontk now the line i would need to write to say if item equals bag
  2. Re: Text Based Adventure Game (Inventory related)

    yeah thats the part i'm having trouble with, how do i reference this?

    Here is my coding for the items i've created


    /**
    * Enumeration class Item - things that can be picked up/used etc
  3. Text Based Adventure Game (Inventory related)

    Hey all,

    im quite new to Java but i'm trying to create a text based adventure game. Where as you control a main character and pick up items along the way in order to finish the game.
    The main...
Results 1 to 3 of 3