Skip to content

Commit

Permalink
Merge pull request #134 from tannerlie/branch-fix-ug
Browse files Browse the repository at this point in the history
Rectify small changes in UG
  • Loading branch information
tannerlie committed Apr 15, 2024
2 parents 8bc72e7 + e685224 commit 32ed01a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

Welcome to Calcula: Chronicles of the Algorithmic Kingdom. This is a simple text based
Welcome to CalculaChroniclesOfTheAlgorithmicKingdom. This is a simple text based
game. Your goal in this game is to defeat the enemies within and claim victory for yourself as a
math wizard.

Expand Down
6 changes: 3 additions & 3 deletions docs/diagrams/ShopMap.puml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ loop while answerCommand != "exit"
Shop -> UI : printShopKeeper(currentEntity)
Shop -> UI : printTextBox(currentTextBox)
UI --> Player : await command
Player -> Scanner : answerCommand = in.nextLine()
Player -> Scanner : nextLine()
Scanner --> Shop : user command

alt if answerCommand matches "\\d+"
alt answerCommand matches "\\d+"
Shop -> Shop : processPurchase(answerCommand)
else answerCommand == "run"
TextBox -> TextBox : setNextError("Invalid command...")
else
else else
TextBox -> TextBox : setNextError("Invalid command...")
end if

Expand Down
Binary file modified picture/ShopMap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 32ed01a

Please sign in to comment.