bugz

bugz pushed to master at RedGreen/sudoku-rust

  • 5289dd24ee Use GenBits<u32>. We failed on 25 puzzle.

3 months ago

bugz pushed to master at RedGreen/sudoku-rust

  • d08dba8490 Updated, use logic then brute force. If we're loading from a file, check to make sure the solution there matches what we found, otherwise display it.

3 months ago

bugz created repository RedGreen/sudoku-rust

3 months ago

bugz opened issue RedGreen/doorgo#9

Add version tag, remove testdoor from the project.

1 year ago

bugz commented on issue RedGreen/doorgo#3

Global variables in door namespace

It might make it simpler for users to use the library if all of the variables are in the door, rather then some in the structure, and some in the namespace.

1 year ago

bugz commented on issue RedGreen/doorgo#7

Unicode input fail.

This is sort of a problem. Yes, we handle Unicode/UTF-8 input, but if the caller is CP437, this becomes an output issue. (We can't output Unicode to the CP437 caller. A very small subset of Unicode is available to them.)

1 year ago

bugz closed issue RedGreen/doorgo#8

Windows door hangs on exit.

1 year ago

bugz opened issue RedGreen/doorgo#8

Windows door hangs on exit.

1 year ago

bugz pushed to master at RedGreen/doorgo

  • 651f4c0954 Restructured testdoor. Breaking up testdoor.go.

1 year ago

bugz pushed to master at RedGreen/doorgo

  • 119372e382 Don't call LineLength if we have UpdateF. UpdateF already calls it.

1 year ago

bugz pushed to master at RedGreen/doorgo

1 year ago

bugz pushed to master at RedGreen/doorgo

1 year ago

bugz pushed to master at RedGreen/doorgo

  • 6b631d28ba Runtime chan send. Fixed leak in input demo. We were leaking a go routine.

1 year ago

bugz pushed to master at RedGreen/doorgo

  • eca264278c Use map for input. NMS abort on keypress. NoMoreSecrets: It doesn't abort, but it completes the reveal.

1 year ago

bugz pushed to master at RedGreen/doorgo

1 year ago

bugz pushed to master at RedGreen/doorgo

1 year ago

bugz pushed to master at RedGreen/doorgo

  • fd37aa1963 Added checkmark (CP437/Unicode). This revealed a bug in the AlertBox code. (Fixed with StringLen).

1 year ago

bugz pushed to master at RedGreen/doorgo

1 year ago

bugz pushed to master at RedGreen/doorgo

  • 5eb0f0488d Turn off Wopr when you select something.

1 year ago

bugz pushed to master at RedGreen/doorgo

  • 483e716451 Moved more into help_test. Broke connections switching to io.Pipe.

1 year ago