Skip to content

Jerga99/snake-rust-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

108 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snake-rust-game (How to run)

Rust & WebAssembly with JS (TS) - The Practical Guide

Dependencies

  1. Install rustup -> https://doc.rust-lang.org/book/ch01-01-installation.html

  2. Install "wasm-pack" -> cargo install wasm-pack

  3. Install npm dependencies -> npm install (must have Node JS) -> https://nodejs.org/)

Compilation

Compile the rust code every time the changes are made in src/lib.rs

  1. Compile rust code into web-assembly -> wasm-pack build --target web

  2. Run the development server npm start

  3. Open the browser on localhost:8080

Releases

No releases published

Packages

 
 
 

Contributors