Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.1 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.1 KB

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!