Releases: RoanH/Picross
Releases · RoanH/Picross
v1.4 Undo & Redo
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
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
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
- 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
First version 👀
All the features are as described in the readme.