danielmarschall / gridgame

Grid Game
Apache License 2.0
0 stars 0 forks source link

Extend high scores #1

Open danielmarschall opened 2 months ago

danielmarschall commented 2 months ago

My game today:

Grid 14 Score 52715 Time 00:20:01 Steps 181 Miss. 0032 25.05.2024 00:10 Daniel

danielmarschall commented 2 months ago

Also, when the game is over, I want to see at which place I was without searching for my score. How to achieve => Instead of Memo, use a ListBox, and use ListBox.SelectedIndex:=ListBox.Lines.IndexOf() to find the string of the current game