MinecraftU / 2021-computer-adventures

Repository for our 2021 Computer Adventures Ruby project!
0 stars 0 forks source link

Leaderboard #58

Closed dealingwith closed 3 years ago

jamespeilunli commented 3 years ago

Is the leaderboard going to have multiple people on it? If so, how do we achieve that?

dealingwith commented 3 years ago

I think we should accept three initials like the old-school arcade game. Then we'll have to write the leaderboard to a file to persist it across games.

jamespeilunli commented 3 years ago

Sounds good. So this file wont be the same across different devices right?

dealingwith commented 3 years ago

Same file name, different contents stored locally on each machine.