leerob / space-invaders

👾Python clone with a modern twist
https://leerob.io/blog/space-invaders-with-python
MIT License
247 stars 224 forks source link

Scoring table #24

Open teoSalvetti opened 5 years ago

teoSalvetti commented 5 years ago

Is it possible to keep track of the previous scores?

For example something like: I died, choose 3 letters and the score is saved..

leerob commented 5 years ago

Yeah, anything is possible!

You could very easily read/write to a local file containing high scores. More ideas here.