NOTES.txt 348 B

1234567891011121314
  1. go get github.com/seehuhn/mt19937
  2. rng := rand.New(mt19937.New())
  3. rng.Seed(time.Now().UnixNano())
  4. After a game, the screen isn't cleared/starmap isn't shown.
  5. Need to redo storage. I want top runs, and monthly top runs.
  6. Change date from unix timestamp to yyyymmdd. It sorts, and
  7. is very easy to process.
  8. Display scores doesn't do anything. :P