/rusty-invaders

space invaders

Primary LanguageRustMIT LicenseMIT

Rusty Invaders

Rusty Invaders is a project inspired by the classic arcade game Space Invaders. It's an attempt to recreate some of the core features of the original game using the Rust programming language.

Table of Contents

Getting Started

To get started with Rusty Invaders, follow these steps:

  1. Clone the Repository:
git clone https://github.com/Txreq/rusty-invaders.git
cd rusty-invaders
  1. Build and Run:
cargo run --release

Controls

The controls are a little bit off, I didn't find a way to check for a HOLD button state, so... I made the player to constantly move and be able to change its direction. Use ARROW KEYS to change direction, SPACE to shoot and R to restart if you died.

Contributing

Make your self comfortable!