kaorahi

Results 127 comments of kaorahi

* Merge/cherry-pick #888, kaorahi/lizzie@f99b16e8 for #885, and zakki/lizzie@7e92d74 for #825. * Update contributors. * Add github workflows and update Windows binary.

I have three plans. But each has some drawback. ## Plan A Support the numpad left/right arrow keys. But this does not help keyboards without numpads. ~~~ --- a/src/main/java/featurecat/lizzie/gui/Input.java +++...

Plan A seems useless for Norwegians who use compact keyboards without numpads. Is it really OK? (Anyway, I'm not an official staff of this project and not in a position...

That is by design. The current behavior is natural to me as it is the common style in most Go books. But if you like... (on c9a637737) ``` --- a/src/draw_goban.js...

Wow! I've never seen such a fun visualization of the search progress. It looks as if the AI is pondering various options and feeling undecided, just like a human. I'd...

I've been dreaming of displaying the killer move in my GUI for a long time --- the move whose discovery prompts the AI to change its previous opinion in the...

1. Did you turn off IME (Japanese input mode) before hitting SPACE key to toggle pondering? 2. Would you try the same operations as your previous comment on https://github.com/kaorahi/lizzie/tree/for806_comment_io2 (20824c5b)...

No! "inputting half-width alphanumeric characters before hitting the space key" is not a solution but just a workaround. Such "bad know-how" makes Lizzie too difficult for typical Go fans who...

thx! How about (B) on https://github.com/kaorahi/lizzie/tree/for806_comment_io3 (32436d56) ?

Hmm... On https://github.com/kaorahi/lizzie/tree/for806_comment_io3 (32436d56), I expect that "Japanese input mode" is automatically turned off when you click OK button in Step 3. This gimmick doesn't work?