JamesHDuffield / ascii-rust

A retro ASCII art space shooter, inspired by Vampire Survivors, written in the Bevy game engine.
https://jameshduffield.github.io/ascii-rust/
2 stars 1 forks source link
ascii-art game rust space

ASCII Space Shooter

Rust Version Language Latest Commit

A retro ASCII art space shooter, inspired by Vampire Survivors, written in the Bevy game engine.

How to play

A web (WASM) version of the game is available at https://jameshduffield.github.io/ascii-rust

No automated build of the windows standalone are available yet, but you can compile the app yourself.

Development

Note: This project has been an educational exercise to further learning of the Rust programming language.

Web Build

To generate the web build a new target must be installed and bundled.

The /out directory should then be hosted locally with any web server.