/snake

Snake - different implementations of a classic game

Primary LanguageJavaScriptMIT LicenseMIT

Snake implementations:

# C:
cd c/
make
./snake

# javascript/electron:
cd electron/
npm install
npm start

# Rust:
cd rust/
cargo run

# Go:
cd go/
go build -o snake
./snake