Rust implementation of the animal guessing game, where the computer learns about animals and then guesses them with yes/no answers.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.