PsHegger / rust-game-dev-experiments

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Rust 100.0%