Commit Graph

106 Commits (master)
 

Author SHA1 Message Date
En Yi 44cb7a697b Update README 2022-07-09 14:14:20 +08:00
En Yi d815281abc Extra fixes after rebasing 2022-07-09 14:10:16 +08:00
En Yi 9ce1ae0ff7 Fix focusing issue of game board 2022-07-09 13:42:24 +08:00
En Yi de5af7cb44 Allow right-clicking for scribbling 2022-07-09 13:37:25 +08:00
En Yi b7eba38f0f Comment on dig sequence 2022-07-09 13:36:26 +08:00
En Yi 157b7e3c90 More docs 2022-07-09 13:36:26 +08:00
En Yi 54b27ffbac Still documenting sudoku_graphics 2022-07-09 13:35:42 +08:00
En Yi 319c6b6970 Start documenting sudoku_graphics 2022-07-09 13:35:09 +08:00
En Yi 4d24dadb98 Document menu_graphics 2022-07-09 13:33:45 +08:00
En Yi 089c779d82 Fix missing highscore import after merge conflict 2022-07-09 13:32:25 +08:00
En Yi a4e9ffef0d Change to use PySide 2022-07-09 13:09:57 +08:00
dependabot[bot] 577a8a72fe
Bump numpy from 1.14.5 to 1.22.0
Bumps [numpy](https://github.com/numpy/numpy) from 1.14.5 to 1.22.0.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst)
- [Commits](https://github.com/numpy/numpy/compare/v1.14.5...v1.22.0)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-21 21:22:37 +00:00
BeardedBread 729bbe8c0e
Create LICENSE 2018-07-23 18:19:28 +08:00
En Yi 64d34cbd15 Add README 2018-07-23 18:10:38 +08:00
En Yi 364e124c2c Some cleanup 2018-07-23 17:45:45 +08:00
En Yi 7d269b4041 Document buttons 2018-07-23 17:28:04 +08:00
En Yi 6b54d1838b Fix inputs too quick 2018-07-23 16:47:42 +08:00
En Yi dff335e62b Change ring to appear on mouse relase 2018-07-23 13:47:21 +08:00
En Yi f9edccbf3c Clear scribbles when generate new boards 2018-07-22 21:28:35 +08:00
En Yi 23be7cf449 Move animated text classes into textbox 2018-07-21 22:21:10 +08:00
En Yi 7ddc13fdd1 Document board 2018-07-21 21:53:20 +08:00
En Yi 804f933fa1 Document main 2018-07-21 21:06:41 +08:00
En Yi 3815df70bf Subclassing buttons 2018-07-21 19:50:38 +08:00
En Yi 912eafc564 Make number ring transparent 2018-07-21 19:21:34 +08:00
En Yi 3aedc13608 Tidy up 2018-07-21 17:03:25 +08:00
En Yi e9be3dca6d X now clears the scribble 2018-07-21 16:26:40 +08:00
En Yi 1ff6fd522b Add instruction for marking down numbers 2018-07-21 15:08:48 +08:00
En Yi 0bdcbf02f6 X always close the ring 2018-07-21 14:59:58 +08:00
En Yi 5530186d28 Integrate scribbling mode 2018-07-21 14:52:50 +08:00
En Yi f76a23ed80 Add key check in grid toggle scribbling mode 2018-07-21 14:36:45 +08:00
En Yi 0a0b9fdbdb Use M to toggle scribbling mode 2018-07-21 14:20:31 +08:00
En Yi a117da3842 merging from keyboard 2018-07-21 13:17:26 +08:00
En Yi f1a4337d64 Add Shift for Scribbling mode 2018-07-21 13:13:25 +08:00
En Yi e89c727e11 Fix number ring animation 2018-07-21 12:48:15 +08:00
En Yi e8a0eee941 Draw a scribble in a cell 2018-07-21 11:47:53 +08:00
En Yi ec0289f55b Add keyboard support 2018-07-21 08:24:04 +08:00
En Yi 8f4cb3a110 Add TODOs 2018-07-20 19:39:46 +08:00
En Yi 0c28898b8c PEP8 check, mostly 2018-07-20 14:24:27 +08:00
En Yi 2e60bf39ef Switch back to random generation 2018-07-20 14:05:31 +08:00
En Yi 05acc17262 Fix scoreboard behaviour 2018-07-20 14:02:16 +08:00
En Yi f5a3757368 Add File checking 2018-07-20 13:43:20 +08:00
En Yi b019aa2f28 Tidy up 2018-07-20 13:29:32 +08:00
En Yi 35d9ce13f2 Finish endgame scoreboard 2018-07-20 13:07:14 +08:00
En Yi e878f29a7a Stop timer when game is finished 2018-07-20 11:50:32 +08:00
En Yi d97a643627 UI tweaking 2018-07-19 22:51:31 +08:00
En Yi 984a540d72 Remove layout from menuboard, change highscore cycle behaviour 2018-07-19 18:51:01 +08:00
En Yi d010995a42 Finishing touch 2018-07-19 18:25:36 +08:00
En Yi 13213414ad Allow name input, change timer format 2018-07-19 18:17:04 +08:00
En Yi 2d6ebfad2a Integrate reading highscore file 2018-07-19 17:19:58 +08:00
En Yi 3139356e1f Change to use QTimer instead 2018-07-19 16:47:25 +08:00