Skip to content

sakex/flappy-bird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flappy Bird

Run the local server

cd web-app
cargo run

Visit http://localhost:8080

Build WASM and copy target to the correct path

wasm-pack build --target web && cp -r pkg web-app                                                                                                                                                                                 ─╯