snake-rs - play online
build for gtk
cargo run --bin gtk --features=gtk-deps
build for web
cargo +nightly web start --target wasm32-unknown-unknown --bin web --features web-deps
build for nintendo switch
install devKitPro and follow the rusty-horizon setup guide
pacman -S switch-sdl2 switch-sdl2_ttf
cd switch && sh build.sh
or download the nro