README.md (1195B)
1 # High Scores 2 3 Welcome to High Scores on Exercism's Python Track. 4 If you need help running the tests or submitting your code, check out `HELP.md`. 5 6 ## Instructions 7 8 Manage a game player's High Score list. 9 10 Your task is to build a high-score component of the classic Frogger game, one of the highest selling and addictive games of all time, and a classic of the arcade era. Your task is to write methods that return the highest score from the list, the last added score and the three highest scores. 11 12 In this exercise, you're going to use and manipulate lists. Python lists are very versatile, and you'll find yourself using them again and again in problems both simple and complex. 13 14 - [**Data Structures (Python 3 Documentation Tutorial)**](https://docs.python.org/3/tutorial/datastructures.html) 15 - [**Lists and Tuples in Python (Real Python)**](https://realpython.com/python-lists-tuples/) 16 - [**Python Lists (Google for Education)**](https://developers.google.com/edu/python/lists) 17 18 ## Source 19 20 ### Created by 21 22 - @behrtam 23 24 ### Contributed to by 25 26 - @BethanyG 27 - @cmccandless 28 - @Dog 29 - @gabriel376 30 - @GascaK 31 - @simmol 32 - @tqa236 33 - @yawpitch 34 35 ### Based on 36 37 Tribute to the eighties' arcade game Frogger