Skip to content

theunrealtarik/rusty-invaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!