Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/joshaustintech/space-arcade
- Owner: joshaustintech
- License: mit
- Created: 2024-09-05T03:29:22.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T01:09:53.000Z (4 months ago)
- Last Synced: 2024-11-09T08:20:34.291Z (about 2 months ago)
- Language: HTML
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```