Hi, it looks like you instead created a new Rust project called gatchi and built that. Try running this exact series of commands:
git clone https://github.com/liamoc/desktop_games.git
cd desktop_games
cargo run --release gatchi
Viewing post in Micro Entertainment: Gatchi comments
I get
error: failed to read `/[dir]/littlewing/Cargo.toml`
Caused by:
No such file or directory (os error 2)
It's similar to the problem I was encountering before - the lack of a cargo.toml file that led me to the "sudo cargo new gatchi --bin" command I tried above.
I tried copying the Cargo.toml file from desktop_games into gatchi but that didn't seem to help.
Ah, it's trying to build the chess game for some reason.
Try just going
git clone https://github.com/liamoc/desktop_games.git
cd desktop_games
cd gatchi
cargo run --release