Skip to content

yeahross0/weegames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weegames

Weegames is a collection of minigames written in Rust with macroquad. You can play the game on itch.io.

minigames

Running

cd main-game

To run the executable version run cargo run

To run the web version run

cargo build --target wasm32-unknown-unknown
cp ../target/wasm32-unknown-unknown/debug/main-game.wasm weegames.wasm
cargo install basic-http-server # If not already installed
basic-http-server .

Then open localhost:4000

About

Minigames written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages