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

https://github.com/cestef/wolfenstein-rs

Very poorly written Wolfenstein remake in Rust.
https://github.com/cestef/wolfenstein-rs

Last synced: 9 days ago
JSON representation

Very poorly written Wolfenstein remake in Rust.

Awesome Lists containing this project

README

          

# wolfenstein-rs

Very poorly written Wolfenstein remake in Rust.

## Running

```bash
git clone https://github.com/cestef/wolfenstein-rs.git
cd wolfenstein-rs
cargo run --release
```

## Controls

- `W` - Move forward
- `S` - Move backward
- `A` - Strafe left
- `D` - Strafe right
- `Q` - Turn left
- `E` - Turn right

## Screenshots

![screenshot1](assets/screenshot1.png)
![screenshot2](assets/screenshot2.png)