ar90n / invade-rs

A plain clone of Space Invaders with Rust.

Home Page:https://ar90n.github.io/invade-rs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

invade-rs

A plain clone of Space Invaders with Rust. The graphics of ferris are derived from ryanobeirne/ferris.

screen shot

How to Run

Go to the following URL.

https://ar90n.github.io/invade-rs/

Or clone this project and run the following commands.

# Builds the project and opens it in a new browser tab. Auto-reloads when the project changes.
npm start

How to build in release mode

# Builds the project and places it into the `dist` folder.
npm run build

See also

About

A plain clone of Space Invaders with Rust.

https://ar90n.github.io/invade-rs/

License:Apache License 2.0


Languages

Language:Rust 96.8%Language:CSS 1.3%Language:HTML 1.0%Language:JavaScript 0.9%