exercism-rust/high-scores
2023-08-21 13:50:14 -04:00
..
.exercism init commit 2023-08-21 13:50:14 -04:00
src init commit 2023-08-21 13:50:14 -04:00
tests init commit 2023-08-21 13:50:14 -04:00
.gitignore init commit 2023-08-21 13:50:14 -04:00
Cargo.toml init commit 2023-08-21 13:50:14 -04:00
HELP.md init commit 2023-08-21 13:50:14 -04:00
README.md init commit 2023-08-21 13:50:14 -04:00

High Scores

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

Consider retaining a reference to scores in the struct - copying is not necessary. You will require some lifetime annotations, though.

Source

Created by

  • @Br1ght0ne

Contributed to by

  • @coriolinus
  • @cwhakes
  • @efx
  • @ErikSchierboom

Based on

Tribute to the eighties' arcade game Frogger