Code written by: Aarifah Amidu, Zakiya Ali, Victoria Huang
DICTIONARY
https://swapi.dev/api/people holds the api for the starwars game which in turn holds the dictionary that python used
DICTIONARY
If dictionary name is spelt wrong, it will ask you to try again instead of create an error
RANDOM CHARACTER FOR PLAYERS
Random.randint gave us a random character out of the total 82 each time code was ran
Chose random character for you
Chose random character for opponent
GAMEPLAY
Watch as python runs the code!
SCORING SYSTEM
The player has 3 lives. Python will run game recording the points of each round until player runs out of lives.
LIVES
The player has 3 lives. Python will run game recording the points of each round until player runs out of lives.
FILE
Each time python runs it saves each player and their score on a text file
Record High Scores
The game remembers the highest score and tells you at beginning of game
Thank you for watching