Lewis Gaul

Results 87 issues of Lewis Gaul

Meta issue for tracking upcoming features. ### v4.1 - [x] #163 Add highscores for split-cell mode - [x] #71 General improvements to PyInstaller packaging setup - [x] #32 Add probabilities...

meta

- [ ] Clear probabilities when pressing F5 again (make menubar button a checkbox item that is toggled) - [ ] Keep refreshing probabilities after first shown in create board...

enhancement
meta

Mac and Windows both complain about the untrusted executable, making it awkward for users to run it. Windows: - See https://discuss.python.org/t/how-to-create-a-windows-command-line-application-and-its-installer-from-wheels/76136/

question

enhancement
good-first-issue
meta
highscores

Direct the user to the help menu and general docs/repo link. Could do this by checking the presence of settings.cfg.

enhancement
good-first-issue

Runtime logs and server logs

good-first-issue
refactor

Write about how it functions as a classic minesweeper app, and then all of its additional features! Existing features (also see the [changelog](https://github.com/LewisGaul/minegauler/blob/main/CHANGELOG.md)): - [ ] Basics, fundamental role as...

good-first-issue
docs

Check the following: - Creating minefield - Finding openings - Calculating [remaining] 3bv - Recalculating numbers

perf

The max size of the main window/minefield seems to be slightly too small, meaning that scrollbars are always shown. This has been seen on Windows using a monitor plugged in...

bug

Maybe only after a certain amount of time has passed... Let the user know there's a new version. Possibly also provide an automatic upgrade option (see also #113).

enhancement