Skip to content

ingobeans/cowboy-tower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

352 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cowboy tower

banner

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!!!!!!!

cowboy

about

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 !

madeinrustbutton.png madeinaseprite.png madeintiledbutton.png

building

the project is made in rust, so youll need that installed.

standalone

run with

cargo run

web builds

to 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/

About

a retro action platformer hwere you, cowboy, scale a tower of dangers and bandits.

Topics

Resources

Stars

Watchers

Forks

Contributors