Skip to content

Latest commit

 

History

History
89 lines (47 loc) · 1.72 KB

README.md

File metadata and controls

89 lines (47 loc) · 1.72 KB

Match-Bo

Overview

Auto solver for 「マッチ一本だけ動かして、正しい式にしてください」

https://dotnsf.github.io/matchbo

How to play

  • Input incorrect formula, and submit it.

  • You will find corrected formulas, if exists.

Rule

Based on BS8 クイズ!脳ベル SHOW, you need to alter valid formula after you move single match.

You can NOT use ≠("not-equal") symbol. You can use only following numbers and symbols in your answer.

You can check AI-generated quizs(includes daily quizs) at https://dotnsf.github.io/matchbo?alpha=1

You can customize minor rules at https://dotnsf.github.io/matchbo?beta=1

You can check number-specified quizs at https://dotnsf.github.io/matchbo?gamma=1

You can counter-generate quizs from answer formula at https://dotnsf.github.io/matchbo?delta=1

Numbers

0 1 2 3 4 5 6 7 8 9

Symbols

+ - * / =

How to generate quizs

  • $ cd docs

  • $ node generator index [n]

    • n: index(0-18)
  • $ node generator index all

How to generate daily-quizs

  • $ cd docs

  • $ node generator daily

How to generate compared results

  • $ cd docs

  • $ node generator compared [n]

    • n: index(0-18, default 5)

Licensing

This code is licensed under MIT.

Copyright

2020-2022 K.Kimura @ Juge.Me all rights reserved.