Skip to content

JBHuetCom/DelphiExercismHighScores

Repository files navigation

High Scores

Welcome to High Scores on Exercism's Delphi Pascal Track. If you need help running the tests or submitting your code, check out HELP.md.

Instructions

Manage a game player's High Score list.

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.

  • Lists is the topic being introduced in this exercise. TList<T> can be utilized when you use System.Generics.Collections.

Source

Created by

  • @filiptoskovic

Contributed to by

  • @rpottsoh

Based on

Tribute to the eighties' arcade game Frogger

About

"High scores" exercism for Delphi

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages