exercism/csharp/high-scores
Ben Harris 588f26458c create solution and update all to .net 6 2021-11-10 15:09:57 -05:00
..
.exercism some new ones i've been working on 2021-11-08 14:06:11 -05:00
.editorconfig some new ones i've been working on 2021-11-08 14:06:11 -05:00
HELP.md some new ones i've been working on 2021-11-08 14:06:11 -05:00
HighScores.cs some new ones i've been working on 2021-11-08 14:06:11 -05:00
HighScores.csproj create solution and update all to .net 6 2021-11-10 15:09:57 -05:00
HighScoresTests.cs create solution and update all to .net 6 2021-11-10 15:09:57 -05:00
README.md some new ones i've been working on 2021-11-08 14:06:11 -05:00

README.md

High Scores

Welcome to High Scores on Exercism's C# 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.

Source

Created by

  • @ErikSchierboom

Contributed to by

  • @pjangam
  • @robkeim
  • @valentin-p
  • @wolf99

Based on

Tribute to the eighties' arcade game Frogger