mirror of
https://github.com/TaKO8Ki/gobang.git
synced 2021-09-19 22:32:56 +03:00
* create completion component * add move_up/down * fix variable name * pass config * create debug component * remov set * add reserved words * remove equal * allow dead code * always reset offset * apply completion candidates correctly * implement selected_candidate, word * fix clippy warnings * complete * add tests for complete * fix variable name * fmt * add tests for `filterd_candidates` * add "IN" to reserved words * remove "IN" * add test cases * add debug_assertions * return complete directly * add s * make input field private * update gobang.gif