Page MenuHomeSolus

Simsu
Closed, ResolvedPublic

Description

"Simsu is a basic Sudoku game. You can switch between filling in notes (pencil mode), or filling in answers (pen mode). To make it easier to see where to place numbers, you can highlight all instances of a number. You can also check your answers for correctness while playing. The game stores your current notes and answers, so that you can pick up where you left off the next time you play."
(https://gottcode.org/simsu/)

Related Objects

StatusSubtypeAssignedTask
ResolvedJoshStrobl
ResolvedJoshStrobl

Event Timeline

JoshStrobl triaged this task as Normal priority.Mar 9 2017, 8:50 PM
JoshStrobl moved this task from Backlog to Awaiting Fixes on the Patch Submission board.
JoshStrobl added a subscriber: JoshStrobl.
  1. You're specifying pkgconfig(Qt5Core), which is unnecessary given the package qt5-tools-devel, the provider of pkgconfig(Qt5UiTools), depends on qt5-base-devel.
  2. You need to rebuild to update your pspec, it's showing PLEASE FILL ME IN for summary and description, as well as an inaccurate license.
  3. Your INSTALL_ROOT bit can just be INSTALL_ROOT=$installdir.

Sending a corrected patch, thanks for the review!

JoshStrobl moved this task from Awaiting Fixes to Ready For Merge on the Patch Submission board.

Nailed it, nice work and appreciate the quick response =)