Skip to content

Basic Space Invaders like game built in Rust that runs in the terminal.

License

Notifications You must be signed in to change notification settings

aaxelr/virus-blaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virus Blaster

Basic Space Invaders like game that runs in the terminal.

Built as a part of Nathan Stocks' Ultimate Rust Crash Course.

The sound effects are made with Elektron Monomachine's SID synth engine.

Running the game

Run the game by cloning the repository, cd into the directory and run:

cargo run

You can also build an executable and run it:

cargo build
target/debug/virus_blaster

To build an optimised executable, add the --release flag and run the release version:

cargo build --release
target/release/virus_blaster

How To Play

Left Arrow: move left

Right Arrow: move right

Space: Fire space laser

Esc or Q: Quit

About

Basic Space Invaders like game built in Rust that runs in the terminal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages