LifeAlgorithm / RockPaperScissors

Play a customizable Rock-Paper-Scissors game against a computer with a learning based AI.
3 stars 6 forks source link

Displaying object's strengths #7

Closed LifeAlgorithm closed 7 years ago

LifeAlgorithm commented 7 years ago

Do we want to display object strengths in rounds? We decided last Tuesday to get rid of displaying strengths, but I noticed while testing that it still appears when the user chooses rock or paper. Those can easily be deleted, but on second thought, would it actually be useful to display these strengths? Or should we just leave them out?

huarngpa commented 7 years ago

I'd prefer to just leave them in...

On Sat, Feb 25, 2017 at 2:53 AM, LifeAlgorithm notifications@github.com wrote:

Do we want to display objects strengths in rounds? We decided last Tuesday to get rid of displaying strengths, but I noticed while testing that it still appears when the user chooses rock or paper. Those can easily be deleted, but on second thought, would it actually be useful to display these strengths? Or should we just leave them out?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/LifeAlgorithm/RockPaperScissors/issues/7, or mute the thread https://github.com/notifications/unsubscribe-auth/AI3DmzIRSxLRpoHEF_HhszpNoRC5w3dzks5rf93mgaJpZM4ML8Rb .

chews93319 commented 7 years ago

I prefer to display the information on the screen. Unless instructions tell me to specifically not share information with the user in the console, then I tend to put out all the status and event information.

Sam

On Sat, Feb 25, 2017 at 9:38 AM, huarngpa notifications@github.com wrote:

I'd prefer to just leave them in...

On Sat, Feb 25, 2017 at 2:53 AM, LifeAlgorithm notifications@github.com wrote:

Do we want to display objects strengths in rounds? We decided last Tuesday to get rid of displaying strengths, but I noticed while testing that it still appears when the user chooses rock or paper. Those can easily be deleted, but on second thought, would it actually be useful to display these strengths? Or should we just leave them out?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/LifeAlgorithm/RockPaperScissors/issues/7, or mute the thread https://github.com/notifications/unsubscribe-auth/AI3DmzIRSxLRpoHEF_ HhszpNoRC5w3dzks5rf93mgaJpZM4ML8Rb .

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/LifeAlgorithm/RockPaperScissors/issues/7#issuecomment-282499286, or mute the thread https://github.com/notifications/unsubscribe-auth/AYhbVEarYPtWJpmvj4R7aKFBg_9rSkUmks5rgGcRgaJpZM4ML8Rb .

LifeAlgorithm commented 7 years ago

Ok, let's add it back in for scissors. I think we can also make the messages more dynamic. Instead of object1 and object2, we can use the longtypes that Peter introduced to make it say "{Insert Tool name} strength: 100", where insert tool name is Rock, Paper, and Scissors.

chews93319 commented 7 years ago

I'm looking at the Round Results right now and also think that the Strengths should print out the 'tempStrength' as well as the original strength. I'm going to add it in and try it out. I'll also add the longTypes.

pyetti commented 7 years ago

Hi guys,

My test is actually at 8:30, not 7. I'm sorry about that. I can meet after if you want, or tomorrow.

On Feb 25, 2017 2:38 PM, "chews93319" notifications@github.com wrote:

I prefer to display the information on the screen. Unless instructions tell me to specifically not share information with the user in the console, then I tend to put out all the status and event information.

Sam

On Sat, Feb 25, 2017 at 9:38 AM, huarngpa notifications@github.com wrote:

I'd prefer to just leave them in...

On Sat, Feb 25, 2017 at 2:53 AM, LifeAlgorithm <notifications@github.com

wrote:

Do we want to display objects strengths in rounds? We decided last Tuesday to get rid of displaying strengths, but I noticed while testing that it still appears when the user chooses rock or paper. Those can easily be deleted, but on second thought, would it actually be useful to display these strengths? Or should we just leave them out?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/LifeAlgorithm/RockPaperScissors/issues/7, or mute the thread https://github.com/notifications/unsubscribe-auth/AI3DmzIRSxLRpoHEF_ HhszpNoRC5w3dzks5rf93mgaJpZM4ML8Rb .

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/LifeAlgorithm/RockPaperScissors/issues/7# issuecomment-282499286, or mute the thread https://github.com/notifications/unsubscribe-auth/ AYhbVEarYPtWJpmvj4R7aKFBg_9rSkUmks5rgGcRgaJpZM4ML8Rb .

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/LifeAlgorithm/RockPaperScissors/issues/7#issuecomment-282507095, or mute the thread https://github.com/notifications/unsubscribe-auth/AEfWjs5VgTHyaz4TC79Jj1aEVxpYOVJsks5rgIM5gaJpZM4ML8Rb .