Commit graph

  • 072da88135 Font size imbus Imbus 2023-12-12 23:52:47 +0100
  • b02e846ec6 Icon Imbus 2023-12-12 23:51:40 +0100
  • 970aabd532 Styling and slight refactor Imbus 2023-12-12 23:50:55 +0100
  • 6ae83248ef Merge branch 'dogge' master Imbus 2023-12-12 23:11:20 +0100
  • f8adb7402e Bold text added dogge dDogge 2023-12-12 23:11:04 +0100
  • 536f4e1b7d Merge branch 'dogge' Imbus 2023-12-12 23:09:56 +0100
  • 7eab9da318 Making sure application is up to spec Imbus 2023-12-12 23:08:08 +0100
  • 9f25270371 Sudoku board style dDogge 2023-12-12 21:01:01 +0100
  • ffd1d4bd51 Fixing broken test case Imbus 2023-12-11 16:06:50 +0100
  • 5bf0c92d10 Error checking inputs and reverting if illegal Imbus 2023-12-11 15:53:22 +0100
  • 26df774ca3 Watchexec targets modified in justfile Imbus 2023-12-11 14:59:11 +0100
  • 270a9f381d File picker now refuses to load unsolvable files Imbus 2023-12-11 14:58:54 +0100
  • e6cd5a2915 Added bin directory to gitignore Imbus 2023-12-11 14:35:25 +0100
  • af77468edc Extending testcases dDogge 2023-12-11 14:34:51 +0100
  • f9fa515651 Extending testcases dDogge 2023-12-11 14:32:51 +0100
  • d056732add Polishing invalid input handling Imbus 2023-12-11 14:25:04 +0100
  • 7e5253fb4b Slightly less ugly fix for invalid input Imbus 2023-12-11 13:58:05 +0100
  • 2209dd7786 Ugly fix for invalid input Imbus 2023-12-11 13:50:58 +0100
  • 3cf7005151 User feedback on unsolvable Imbus 2023-12-11 13:12:50 +0100
  • 2acf69d466 More clear documentation Imbus 2023-12-10 16:08:51 +0100
  • 15d58e52a5 Simplifying Imbus 2023-12-10 16:08:28 +0100
  • 521b3fb05b Working parser, file chooser and sample files Imbus 2023-12-10 15:54:20 +0100
  • 175545d3d5 Suitable exceptions for setBoard with corresponding tests Imbus 2023-12-10 15:04:04 +0100
  • f449d2343e Documentation now passes the gradle doctest Imbus 2023-12-10 15:03:10 +0100
  • 71c43b35c3 MVC architecture user interface implemented with swing Imbus 2023-12-10 14:54:56 +0100
  • e7e8979128 Set gradle to rerun tasks Imbus 2023-12-10 14:54:34 +0100
  • a6dba79d9d Inline docstrings where return is void and method takes no parameters Imbus 2023-12-10 14:53:50 +0100
  • 196f066281 Recursion limit for bailing on unsolvable, more extensive testing and additions to interface Imbus 2023-12-10 13:36:51 +0100
  • 6366a5e0f2 Extending SudokuSolver interface and specifying @overrides in implementation Imbus 2023-12-10 11:53:17 +0100
  • 383af5be58 Merge pull request 'Extending test cases' (#1) from dogge into master Imbus 2023-12-06 15:25:33 +0100
  • fda5ef3e93 Extending test cases dDogge 2023-12-06 15:20:32 +0100
  • 0277a1f8b6 New interface Imbus 2023-12-05 17:31:17 +0100
  • ec37568e38 toString formatter fix Imbus 2023-12-05 17:14:06 +0100
  • 56ab2ca98f Better docstrings Imbus 2023-12-05 16:51:55 +0100
  • f84cccc1b5 Better comments Imbus 2023-12-05 16:13:57 +0100
  • 24463fe920 Explicit null, slight restructure Imbus 2023-12-05 15:55:40 +0100
  • 6b60cac90a Unused dep Imbus 2023-12-05 15:36:16 +0100
  • 67ae4983d4 Gitignore Imbus 2023-12-05 15:35:37 +0100
  • 80641b1460 Justfile bump Imbus 2023-12-05 15:34:48 +0100
  • 75da119da9 Solver working, basic test cases Imbus 2023-12-05 15:34:29 +0100
  • 999d97f565 Gradle build update for the correct main method Imbus 2023-12-05 14:16:54 +0100
  • e34b9ab57c Solver implementation in Solver.java Imbus 2023-12-05 13:15:09 +0100
  • da983e438b Some example tests Imbus 2023-12-05 13:14:25 +0100
  • d94bc05a4d Redundant comment removal Imbus 2023-12-05 13:14:02 +0100
  • 808ba05448 Main is in SolverMain.java Imbus 2023-12-05 13:13:44 +0100
  • 4879795aa5 Formatting Imbus 2023-12-05 13:08:00 +0100
  • 6de3e286ed Original SudokuSolver.java interface, untouched Imbus 2023-12-05 12:44:45 +0100
  • 1d016ee97f Basic justfile Imbus 2023-12-05 12:42:38 +0100
  • ff3ee27a0f Executable permission on ./gradlew Imbus 2023-12-05 12:42:11 +0100
  • fcc0acb7e8 Initial, plain Gradle Java application Imbus 2023-12-05 12:39:42 +0100