Skip to content

Breakout like game made with Rust and Macroquad.

Notifications You must be signed in to change notification settings

zRafaF/broquinho-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Broquinho

Breakout like game made with Rust and Macroquad. Developed as a way to start learning Rust.

Made using the crate macroquad

How to run

Development

  1. Run with cargo run this will build an app and the wasm files.

WASM

  1. Run cargo build --target wasm32-unknown-unknown to build the .wasm.

    If you want you can run cargo build --target wasm32-unknown-unknown --release to create a release build.

  2. If you want to run it on the web run basic-http-server ./build/ the second argument is the path to the dir with the index.html file on.

    The index.html links to the wasm file, check macroquad wasm instructions for more details.

About

Breakout like game made with Rust and Macroquad.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published