Allow clicking on section headers instead of small Show/Hide buttons
(hopefully easier experience on mobile)
v0.82023-07-03 02:35
Improve usability of hints table
The first two columns are frozen when you scroll horizontally,
allowing you to always see which object a row belongs to.
The hints buttons consist of only an "X" and a checkmark, both
of which are toggleable buttons (unselect both of them to say
you are unsure about an object's presence in a sector).
When a hint is marked with an "X", the cell's background is made
darker so that it is easier to see how many possible sectors are
left for an object.
There is better cell highlighting logic for when a sector has
too many or not enough objects and when an object is said to be
in too many or not enough sectors.
Improve usability of moves/notes table
Add move numbers
Fix vertical spacing for time cost
Add time cost in survey dropdown
v0.72023-07-02 21:14
Fix Bug: Add "Truly Empty" to possible sector object choice (didn't
realize you could do that)
v0.62023-07-02 20:55
Change players to their respective colors
It is now easier to keep track of each player in the moves table
(don't need to mentally remember who is player 1, player 2,
etc.)
Added a custom purple color for buttons
v0.52023-06-27 14:16
Change textareas into contenteditabledivs
The "Notes" inputs will now expand as the user types
Add minimum width to research table
Change research topic input box to dropdowns
v0.42023-06-27 11:26
Add more cell color hints to the hints table
When more than one object is selected for a sector, the selected
cells turn red (should only have one object per sector)
When an object is selected for a sector and a "no" is selected,
all the other radios for that sector are also set to "no"
(should only have one object per sector, so all the other ones
are for sure no)
When an entire sector is marked as "no", all the cells turn red
(every sector needs an object)
When there aren't enough "maybe" buttons left for an object, its
count cell turns red
v0.32023-06-27 11:01
Add minimum width for moves columns (for better experience on
smaller screens)
v0.22023-06-27 10:15
Make game settings page responsive
v0.12023-06-24 19:46
Initial release
Supported features:
Standard and Expert mode
Initial logic rules (with different difficulties)
Final score calculator
Research notes
Move tracking (for 2-4 players) with per-player validation
Responsiveness, so it (hopefully) looks good on mobile too!