Giter Club home page Giter Club logo

bevy-snake's Introduction

bevy-snake

This is my take on implementing the Snake game using Bevy game engine based on the excellent tutorial at https://mbuffett.com/posts/bevy-snake-tutorial/

Play the WASM version here online: https://arunkd13.github.io/bevy-snake/

Running

Desktop

cargo run

WASM

Refer: https://bevy-cheatbook.github.io/platforms/wasm.html

Ensure you have WASM target for rust compiler installed:

rustup target install wasm32-unknown-unknown

Ensure you have the wasm-server-runner installed locally to try out the game locally on your browser:

cargo install wasm-server-runner

Now you can just run the game with

cargo run --target wasm32-unknown-unknown

Releasing

You need the wasm-bindgen CLI which you can install by running

cargo install wasm-bindgen-cli

For now I use the following to create a release WASM version

cargo build --release --target wasm32-unknown-unknown
wasm-bindgen --out-dir ./out/ --target web ./target/

Then copy it into https://github.com/arunkd13/arunkd13.github.io/tree/main/static/bevy-snake with an index.html file which loads the copied files.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.