Rust implementation of the animal guessing game, where the computer learns about animals and then guesses them with yes/no answers.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Ondřej Hruška 7b364c6f6f
cleaning, added CLI UI, added file load/save
5年前
src cleaning, added CLI UI, added file load/save 5年前
.gitignore code import, working engine with automated users for testing 5年前
Cargo.lock code import, working engine with automated users for testing 5年前
Cargo.toml code import, working engine with automated users for testing 5年前
LICENSE Initial commit 5年前
README.md Initial commit 5年前
animals.iml code import, working engine with automated users for testing 5年前
animals.txt cleaning, added CLI UI, added file load/save 5年前

README.md

animals.rs

Rust implementation of the animal guessing game, where the computer learns about animals and then guesses them with yes/no answers.