This project is a workspace with the following members:
snake
: contains all the logichandly-made-snake
: wasm-targeted snakebevy-snake
: bevy implementation
This project is purely implemented using Rust without any graphic stuff
This project is a graphic implementation of snake binding snake
workspace member.
To run:
cd handmade-snake
wasm-pack build
cd www
npm run start
For production release
cd handly-made-snake
wasm-pack build --release
cd www
npm run build
The dist
folder contains all the static assets for a website
To run natively:
cargo run bevy_snake
For production release
cargo run --release bevy_snake
To run in browser:
cd bevy-snake
trunk build
Serve dist
folder.
For production release
cd bevy-snake
trunk build --release
See LICENSE