Skip to content

Releases: RoanH/Picross

v1.4 Undo & Redo

27 Jul 19:38
v1.4
fab6c85
Compare
Choose a tag to compare

Some nice to have quality of life improvements:

  • Implement undo (Ctrl+Z) and redo (Ctrl+Y) for when you mess up with area edits.
  • Add an option to the game menu to clear incorrectly marked tiles.
  • Fix a crash when clicking with the scroll wheel.
  • Resolve that you can edit the board after the game ends with the keyboard controls.
  • Automatically copy the seed when you click on it.
  • Show the number of moves used to solve the game.

Downloads

Requires Java 8 or higher

v1.3 Area Selection

20 Aug 16:53
b1d69da
Compare
Choose a tag to compare

This release adds the ability to select and update multiple tiles at once by dragging. The implementation is reasonably smart and will generally not delete tiles that were already there. The size of the selected area and a preview are also shown while the mouse button is down.

v1.2 Zooming

21 Dec 17:22
0678441
Compare
Choose a tag to compare

Some quality of life changes that make large boards quite a bit easier to solve.

  • Implement zooming
  • Implement more menus along the top for all the functionality
  • Make numbers follow the view when they would otherwise be off screen
  • Move the view board with arrow keys
  • Move the board with the mouse when pressing Ctrl
  • Fixed some small bugs

v1.1 Detect solves

07 Oct 15:53
845dec5
Compare
Choose a tag to compare
  • Detecting when a puzzle is solved.
  • Fix clicking before a column or row detecting as a click in the first row/column cell.
  • Fix dragging the grid not working when dragging on the right or bottom.
  • Improved performance.

v1.0 Initial release

05 Oct 23:34
2698dc5
Compare
Choose a tag to compare

First version 👀

All the features are as described in the readme.