exercism / julia

Exercism exercises in Julia.
https://exercism.org/tracks/julia
MIT License
67 stars 69 forks source link

Add high-scores exercise #212

Closed josobar closed 3 years ago

josobar commented 4 years ago

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.

josobar commented 4 years ago

I can't seem to get the exercise to config.json. I downloaded the Julia repository and ran new-exercise.jl locally, but I get an error that says "could not run cofiglet." Am I running the program correctly?

SaschaMann commented 4 years ago

You need to download the configlet first if you haven't already: https://github.com/exercism/julia/blob/master/CONTRIBUTING.md#fetch-configlet

josobar commented 4 years ago

I ran the script and successfully installed configlet, but I still get the same error.

josobar commented 4 years ago

I was able to figure it out and config.json was edited successfully. Thank you.