cowboy tower is an action platformer written in rust hwere you are cowboy!! you need to climb the tower and defeat bosses to reach the top!
theres bandits, lasso-swinging, horses, lasers, lava, wall climbing, monsters and mooooreeeeeeee!!!!!!!
all assets and code made by me. no ai (slop) here!
project made entirely for Hackclub's flavortown!
the project is written in rust, but also uses GLSL shaders. as of writing this the project is almost nearing 4000 lines !
the project is made in rust, so youll need that installed.
run with
cargo runto build for web, youll first need to compile for WASM, then serve the webpage.
for example, if you were using basic-http-server to serve, you could do:
cargo build --release --target wasm32-unknown-unknown && cp target/wasm32-unknown-unknown/release/cowboy-tower.wasm web/ && basic-http-server web/



