Merge branch 'master' of https://github.com/jslightham/Zork
This commit is contained in:
@@ -2,6 +2,7 @@ go, verb
|
||||
quit, verb
|
||||
help, verb
|
||||
jump, verb
|
||||
read,verb
|
||||
north, direction
|
||||
south, direction
|
||||
west, direction
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
package com.bayviewglen.zork.Items;
|
||||
|
||||
public class Base extends Item{
|
||||
|
||||
public Base(){
|
||||
|
||||
Reference in New Issue
Block a user