Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joshaustintech/space-arcade

Vertical space shooter inspired by @ianthetechie's game Bit Blaster (no longer available)
https://github.com/joshaustintech/space-arcade

Last synced: 3 days ago
JSON representation

Vertical space shooter inspired by @ianthetechie's game Bit Blaster (no longer available)

Awesome Lists containing this project

README

        

# space-arcade
Vertical space shooter inspired by @ianthetechie's game Bit Blaster (no longer available)

# usage
## prerequisites
- Rust 1.80.1 or newer
- Python 3
- Raylib prerequisites (CMake, etc.)
- Emscripten
- Add wasm32 emscripten compile target
```sh
$ rustup target add wasm32-unknown-emscripten
```
## compile/run instructions for desktop
```sh
$ cargo run
```
## compile instructions for web
```sh
$ make debug
```