Jerga99 / snake-rust-game

Course on how to create a game in Rust

Home Page:https://www.udemy.com/course/rust-webassembly-with-js-ts-the-practical-guide/?referralCode=B8BF2207B45019CC1B3D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Course on how to create a game in Rust

https://www.udemy.com/course/rust-webassembly-with-js-ts-the-practical-guide/?referralCode=B8BF2207B45019CC1B3D


Languages

Language:JavaScript 42.2%Language:Rust 28.2%Language:TypeScript 16.4%Language:HTML 13.1%