/rust-game-dev-experiments

Simple experiments on how to create a game with Rust & Piston

Primary LanguageRustMIT LicenseMIT

rust-game-dev-experiments

This repository contains the code for my experimenting on creating a game using Rust & Piston.

Building the code

The code uses cargo as a build tool and dependency manager, so you can build the code with:

cargo build

Running the experiments

After building the code you can run any experiment from the target directory.

Alternatively you can run:

cargo run --bin <experiment_name>

to build & run the experiment in the same time.