|
|
@ -156,7 +156,7 @@ public class StartDarkSoulsGame { |
|
|
|
} |
|
|
|
public void townGate() { |
|
|
|
position = "townGate"; |
|
|
|
mainTextArea.setText("You are at the Gate of the town.\n A guard is standing in front of you. WHAT DO YOU DO !?"); |
|
|
|
mainTextArea.setText("You are at the Gate of the town.\n A guard is standing in front of you. What are you going to do !?"); |
|
|
|
choice1.setText("Talk to the gurad "); |
|
|
|
choice2.setText("Attack the guard"); |
|
|
|
choice3.setText("Leave"); |
|
|
@ -219,7 +219,7 @@ public class StartDarkSoulsGame { |
|
|
|
public void west() { |
|
|
|
position = "west"; |
|
|
|
mainTextArea.setText("you are encounter with THE SOUl OF CINDER.\n" |
|
|
|
+ "THE SOUl OF CINDER: ashen one long time no see \n hhhhhhhhhhhhhhhh "); |
|
|
|
+ "THE SOUl OF CINDER: ashen one long time no see "); |
|
|
|
choice1.setText("Fight"); |
|
|
|
choice2.setText("Run for your live"); |
|
|
|
choice3.setText(""); |
|
|
@ -228,7 +228,7 @@ public class StartDarkSoulsGame { |
|
|
|
public void fight() { |
|
|
|
position = "fight"; |
|
|
|
mainTextArea.setText("Monster HP:"+ monsterHP + " \n" |
|
|
|
+ " THE SOUl OF CINDER: Run for your life ASHEN ONE "); |
|
|
|
+ " The Soul of Cinder: Run for your life ASHEN ONE "); |
|
|
|
choice1.setText("Attack"); |
|
|
|
choice2.setText("Run for your live"); |
|
|
|
choice3.setText(""); |
|
|
@ -269,7 +269,7 @@ public class StartDarkSoulsGame { |
|
|
|
} |
|
|
|
public void win() { |
|
|
|
position = "win"; |
|
|
|
mainTextArea.setText("THE SOUl OF CINDER has been defeated.\n" |
|
|
|
mainTextArea.setText("The Soul of Cinder has been defeated.\n" |
|
|
|
+ "(item dropped: Ashera Ring "); |
|
|
|
AshuraRing = 1; |
|
|
|
choice1.setText("Go east"); |
|
|
|