CLI game implemented with no_std approach.
before build:
rustup target add x86_64-unknown-none
run with terminal "raw mode" (dev mode)
$ cargo build
$ stty -icanon -echo && ./target/x86_64-unknown-none/debug/cli-game && stty sane
if terminal crashes reset raw mode by:
stty sane