Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/actualcannibalpanda/rogue

2D Roguelike Written in Rust and Bevy
https://github.com/actualcannibalpanda/rogue

2d bevy game rust

Last synced: 15 days ago
JSON representation

2D Roguelike Written in Rust and Bevy

Awesome Lists containing this project

README

        

# Rogue

2D Roguelike written in Rust using Bevy

## Windows Insutrctions

```shell
cargo install cargo-binutils
rustup component add llvm-tools-preview
```

## WASM Instructions

```shell
rustup target add wasm32-unknown-unknown
cargo install wasm-server-runner
cargo run --target wasm32-unknown-unknown
```