Shahrayar123 / Python-Projects

Basic Python projects, good first issue
286 stars 284 forks source link

Added check to user intput for number of attacks and added random miss attack #85

Open thenewguy854 opened 1 year ago

thenewguy854 commented 1 year ago

Update added check to ensure that user can only input values corresponding to the list of attacks 1-4. Also added a section that accounts for a 20% chance of the Pokemon attack will miss the opponent resulting in 0 damage taken.