/rusty-gorillas

An effort to create Gorillas game with Rust, in order to learn the Rust language along the way

Primary LanguageRustMIT LicenseMIT

Rusty Gorillas

Build Status

Educational project - modernised Gorillas game written in Rust.

The main target of the project is to get the participants to know Rust better, while working together on fun project.

How to build

Please have a closer look at SDL2 setup in order to setup SDL2 dependency on your platform. This is just one time discomfort to continue with awesome project ;)

The project is designed to run with the latest stable Rust.

Contribution guidelines

In order to keep the code style uniform, we use rustfmt and clippy. You can install them like:

  • rustup component add rustfmt-preview
  • rustup component add clippy-preview

The work on the project is organised via GitHub Issues.

Please create a separate branch for each issue.

Once ready:

  • please run cargo fmt and cargo clippy and resolve any formal issues it might discover
  • create Pull request and ask other team member for code review