Skip to content

roadrunner-craft/roadrunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

198 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roadrunner Rust

Yet another blocky game :)

Dependencies

You'll need the most up to date version of core, math and assets

Export the assets

./assets/scripts/export.py ./client

Run

cargo run [--release]

Build

# install the bundle command
cargo install cargo-bundle

# build for a release
cargo bundle --release

Features

To enable a feature, type cargo run --features FEATURE_NAME. Here's the list of currently available features:

  • watchers: watch the res folder to reload assets at runtime
  • remote: temporary flag to make the client connect to the server hardcoded in main.rs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages