Skip to content

Commit 7e4910b

Browse files
authored
Merge pull request #219 from mit-cml/ChickenUpdate
Edits suggested by Robert
2 parents bf9640b + d650744 commit 7e4910b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

yr/tutorials/AR_ChickenBowling.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ A QR code should appear on your screen. Open the App Inventor app on your mobil
240240

241241
# Getting Started With Chicken Bowling
242242

243-
The AR Chicken Bowling App is a continuation of the AR Chicken Placement App to help users continue to build their skills and confidence with augmented reality. The AR Chicken Bowling App allows users to place spheres and chickens on their screen and explore how these nodes can interact with one another. Please note, no actual chicks are harmed in this project.
243+
The AR Chicken Bowling App is a continuation of the AR Chicken Placement App to help users continue to build their skills and confidence with augmented reality. The AR Chicken Bowling App allows users to place spheres and chickens on their screen and explore how these nodes can interact with one another. Please note, no actual chickens are harmed in this project!
244244

245245

246246
<img src="../images/AR_Chicken/final_image.jpg" alt="image" width="300" height="auto">
@@ -339,7 +339,7 @@ In your Blocks workspace, set aside the "when Screen1.Initialize" block and the
339339
![Remove piece](../images/AR_Chicken/separating_newmodelnode_and_tap.png){:.enlargeImage}
340340

341341

342-
Under Control, drag and drop an "if-then" block into the "when ARView3D1.TapAtPoint" block.
342+
Under Control, drag and drop an "if-then" block into the "when ARView3D1.ClickOnDetectedPlane" block.
343343

344344
![if-then Block](../images/AR_Chicken/if-then_block.png){:.enlargeImage}
345345

@@ -516,7 +516,7 @@ Under Any ModelNode, drag and drop a "set ModelNode.EnablePhysics" block beneath
516516
![EnablePhysics](../images/AR_Chicken/modelnode_enablephysics.png){:.enlargeImage}
517517

518518

519-
Congratulation, you have finished coding the functionality of your AR Chicken Bowling App. Here is what your block code should look like.
519+
Congratulations, you have finished coding the functionality of your AR Chicken Bowling App. Here is what your block code should look like.
520520

521521
![Final Code](../images/AR_Chicken/finalcode.png){:.enlargeImage}
522522

@@ -529,7 +529,7 @@ You have now completed your AR Chicken Placement App and it is time to test it o
529529
![Connect Companion](../images/AR_Chicken/connect_companion.png){:.enlargeImage}
530530

531531

532-
A QR code should appear on your screen. Open the App Inventor app on your mobile device and click “scan QR code”. Your app should appear on your mobile device. Time to use your app! Start by placing some chickens on your screen. Then, place a ball. You can pinch to make the ball bigger or smaller. Use the ball to try and knock over the chickens as if you are bowling! You can always use the reset button to clear your game. If the app can not find clear planes to place an item, you will receive an error message. If this occurs, try changing your location and moving closer to the location you want to place an item. Have fun playing with augmented reality and remember, no actual chickens are harmed in this project. Below are some ideas as to how you can expand and improve your app.
532+
A QR code should appear on your screen. Open the App Inventor app on your mobile device and click “scan QR code”. Your app should appear on your mobile device. Time to use your app! Start by placing some chickens on your screen. Then, place a ball. You can pinch to make the ball bigger or smaller. Use the ball to try and knock over the chickens as if you are bowling! You can always use the reset button to clear your game. If the app can not find clear planes to place an item, you will receive an error message. If this occurs, try changing your location and moving closer to the location you want to place an item. Have fun playing with augmented reality. Below are some ideas as to how you can expand and improve your app.
533533

534534

535535
# Expand Your App

0 commit comments

Comments
 (0)