simple_snake_game

Crates.iosimple_snake_game
lib.rssimple_snake_game
version0.1.0
sourcesrc
created_at2024-08-10 06:55:31.627119
updated_at2024-08-10 06:55:31.627119
descriptionA simple Snake game implemented in Rust and WebAssembly
homepage
repositoryhttps://github.com/kenkomu/snake_lib
max_upload_size
id1332060
size126,326
Kenneth Njoroge (kenkomu)

documentation

README

Snake

Thumbnail

Building

Make sure you have Rust installed and wasm-pack. To build this project, run:

$ wasm-pack build --target web

To run this project, you need a static file server. You can install serve with npm:

$ npm install serve -g

Now, start your static file server and open index.html:

$ serve

snake_lib

Commit count: 0

cargo fmt