forked from nusCS2113-AY1920S1/PersonalAssistant-Duke
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #229 from tzw0/FarmLogic
fixed hint
- Loading branch information
Showing
14 changed files
with
162 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,17 @@ | ||
_______________________________________________________ | ||
__________ | ||
_.-"` `"-._ | ||
.'_ _ _ _ _ _ _'. | ||
/ |_ |_||_|| | | | | | \ | ||
/ | | || \| | | |_| \ MENU: | ||
; \ Save Game | ||
| | Load Game | ||
| _. | Quit Game | ||
; /__\ ,_ ; | ||
\ |= |;._.}{__ / Conditions | ||
_.-""-|.' # '. ` `.-"{}<._/ Actions | ||
/ \ \ x `" Market | ||
----/ \_.-'|--X---- | ||
-=_ | | |- X. =_ | ||
- __ |_________|_.-'|_X-X## | ||
`'-._|_|;:;_.-'` '::. `"- | ||
.:;. .:. ::. '::. | ||
_______________________________________________________ | ||
|
||
------------------------MENU--------------------------- | ||
[Save Game] - save the game | ||
[Load Game] - load the game | ||
[Quit Game] - quit the game | ||
|
||
[Conditions] - show full list of conditions | ||
[Actions] - show full list of actions | ||
[Market] - show the the market rates of items | ||
[Hint] - show hints on the current level | ||
|
||
[Task Commands] - show full list of task commands | ||
|
||
_[_]_ | ||
\|/ (") \|/ | ||
| ,(_)' | | ||
==|_\|/__|__\|/_|== -"- ==|_\|/__|__\|/_|== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,17 @@ | ||
_______________________________________________________ | ||
__________ | ||
_.-"` `"-._ | ||
.'_ _ _ _ _ _ _'. | ||
/ |_ |_||_|| | | | | | \ | ||
/ | | || \| | | |_| \ MENU: | ||
; \ Save Game | ||
| | Load Game | ||
| _. | Quit Game | ||
; /__\ ,_ ; | ||
\ |= |;._.}{__ / Conditions | ||
_.-""-|.' # '. ` `.-"{}<._/ Actions | ||
/ \ \ x `" Market | ||
----/ \_.-'|--X---- | ||
-=_ | | |- X. =_ | ||
- __ |_________|_.-'|_X-X## | ||
`'-._|_|;:;_.-'` '::. `"- | ||
.:;. .:. ::. '::. | ||
_______________________________________________________ | ||
|
||
------------------------MENU--------------------------- | ||
[Save Game] - save the game | ||
[Load Game] - load the game | ||
[Quit Game] - quit the game | ||
|
||
[Conditions] - show full list of conditions | ||
[Actions] - show full list of actions | ||
[Market] - show the the market rates of items | ||
[Hint] - show hints on the current level | ||
|
||
[Task Commands] - show full list of task commands | ||
|
||
_[_]_ | ||
\|/ (") \|/ | ||
| ,(_)' | | ||
==|_\|/__|__\|/_|== -"- ==|_\|/__|__\|/_|== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
---------------------Task Commands-------------------- | ||
|
||
Eg: TASK = 'do gotomarket' | ||
|
||
[delete X] - X is the index of the task to be deleted | ||
[delete all] - clears all task in <CODE> | ||
[insert X TASK] - insert task at index X | ||
[edit X TASK] - replaces task at index X | ||
[TASK] - create task | ||
|
||
|
||
|
||
_[_]_ | ||
\|/ (") \|/ | ||
| ,(_)' | | ||
==|_\|/__|__\|/_|== -"- ==|_\|/__|__\|/_|== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
---------------------Task Commands-------------------- | ||
|
||
Eg: TASK = 'do gotomarket' | ||
|
||
[delete X] - X is the index of the task to be deleted | ||
[delete all] - clears all task in <CODE> | ||
[insert X TASK] - insert task at index X | ||
[edit X TASK] - replaces task at index X | ||
[TASK] - create task | ||
|
||
|
||
|
||
_[_]_ | ||
\|/ (") \|/ | ||
| ,(_)' | | ||
==|_\|/__|__\|/_|== -"- ==|_\|/__|__\|/_|== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
---------------------Task Commands-------------------- | ||
|
||
Eg: TASK = 'do gotomarket' | ||
|
||
[delete X] - X is the index of the task to be deleted | ||
[delete all] - clears all task in <CODE> | ||
[insert X TASK] - insert task at index X | ||
[edit X TASK] - replaces task at index X | ||
[TASK] - create task | ||
|
||
|
||
|
||
_[_]_ | ||
\|/ (") \|/ | ||
| ,(_)' | | ||
==|_\|/__|__\|/_|== -"- ==|_\|/__|__\|/_|== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
---------------------Task Commands-------------------- | ||
|
||
Eg: TASK = 'do gotomarket' | ||
|
||
[delete X] - X is the index of the task to be deleted | ||
[delete all] - clears all task in <CODE> | ||
[insert X TASK] - insert task at index X | ||
[edit X TASK] - replaces task at index X | ||
[TASK] - create task | ||
|
||
|
||
|
||
_[_]_ | ||
\|/ (") \|/ | ||
| ,(_)' | | ||
==|_\|/__|__\|/_|== -"- ==|_\|/__|__\|/_|== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
---------------------Task Commands-------------------- | ||
|
||
Eg: TASK = 'do gotomarket' | ||
|
||
[delete X] - X is the index of the task to be deleted | ||
[delete all] - clears all task in <CODE> | ||
[insert X TASK] - insert task at index X | ||
[edit X TASK] - replaces task at index X | ||
[TASK] - create task | ||
|
||
|
||
|
||
_[_]_ | ||
\|/ (") \|/ | ||
| ,(_)' | | ||
==|_\|/__|__\|/_|== -"- ==|_\|/__|__\|/_|== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
---------------------Task Commands-------------------- | ||
|
||
Eg: TASK = 'do gotomarket' | ||
|
||
[delete X] - X is the index of the task to be deleted | ||
[delete all] - clears all task in <CODE> | ||
[insert X TASK] - insert task at index X | ||
[edit X TASK] - replaces task at index X | ||
[TASK] - create task | ||
|
||
|
||
|
||
_[_]_ | ||
\|/ (") \|/ | ||
| ,(_)' | | ||
==|_\|/__|__\|/_|== -"- ==|_\|/__|__\|/_|== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
---------------------Task Commands-------------------- | ||
|
||
Eg: TASK = 'do gotomarket' | ||
|
||
[delete X] - X is the index of the task to be deleted | ||
[delete all] - clears all task in <CODE> | ||
[insert X TASK] - insert task at index X | ||
[edit X TASK] - replaces task at index X | ||
[TASK] - create task | ||
|
||
|
||
|
||
_[_]_ | ||
\|/ (") \|/ | ||
| ,(_)' | | ||
==|_\|/__|__\|/_|== -"- ==|_\|/__|__\|/_|== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters