Closed robinl21 closed 2 years ago
Added AIA File, changed server link
Hello all, I am concerned that we are getting this warning message in Github: This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hopefully the meeting tomorrow will bring some clarity to all this. Selim
From: robinl21 @.> Reply-To: mit-cml/yrtoolkit @.> Date: Tuesday, March 8, 2022 at 4:41 PM To: mit-cml/yrtoolkit @.> Cc: Selim Tezel @.>, Mention @.***> Subject: Re: [mit-cml/yrtoolkit] number_guessing_game (PR #121)
Added AIA File, changed server link
— Reply to this email directly, view it on GitHubhttps://github.com/mit-cml/yrtoolkit/pull/121#issuecomment-1062240378, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AKVDFGFB26VS25O6Y6MI4H3U67CR7ANCNFSM5PQBBTQQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you were mentioned.Message ID: @.***>
note: AIA file is complete one - need to convert to empty template pointing to tutorial
TO-DO's:
Modify AIA starter file as Number-Guesser-Starter Add ASC file
TO-DOs:
Modify AIA starter file as Number-Guesser-Starter Add ASC file Figure out Image Enlarging
@stezelMIT finished with the edits! could we merge this so I can check the images and build the asc/AIA files?
Hal said that reversing the role of Alexa and the user would be too complex for an extension
Reversing the roles would be a good project, but it would be a separate project. It's a nice opportunity to introduce students to binary search and deserves to be a project in its own right rather than an extension to the current project.
==Hal
On Sat, Mar 12, 2022 at 9:38 PM robinl21 @.***> wrote:
@.**** commented on this pull request.
In yr/tutorials/Number_Guessing_Game.md https://github.com/mit-cml/yrtoolkit/pull/121#discussion_r825377015:
+Congratulations! You've finished programming the Try Number tutorial and learned about using conditionals! + +# Expand Your App + +Here are some ideas for ways to enhance your app! + +The way our app is built as of now, once we guess the correct number, the game ends. Try changing the app so that you can "restart" the game once you guess the right number! + + Add a new line asking "Do you want to play again?" once the correct number is guessed. + Try implementing an utterance in your quizmeIntent such that when "Do you want to play again?" is asked and responded to accordingly, the game "resets" and a new secret number is set. + +Currently, when given an incorrect guess, our app tells us that our guess is either too big or too small. Can you think of better hints that provide the player with more information? + + For example, if the difference between the secret number and our guess is less than 10, have the app tell us: "Your guess is less than ten away from my secret number!" + To do this, try implementing more conditionals that compare the guess with the secret number. Based on whether the comparison is true or not, have the app provide the appropriate response. +
Hal said that reversing the role of Alexa and the user would be too complex for an extension
— Reply to this email directly, view it on GitHub https://github.com/mit-cml/yrtoolkit/pull/121#discussion_r825377015, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGAXN7RRE4VI4HIWZSEHDTU7VIJBANCNFSM5PQBBTQQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you are subscribed to this thread.Message ID: @.***>
@stezelMIT @daki7711 Just wanted to update you guys