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

https://github.com/adroll/rustenstein

Wolfenstein 3D port written in Rust
https://github.com/adroll/rustenstein

game gamedev rust

Last synced: 8 months ago
JSON representation

Wolfenstein 3D port written in Rust

Awesome Lists containing this project

README

          

# Rustenstein 3D

Prototype Wolfenstein 3D port written in Rust.
* [Development story](https://tech.nextroll.com/blog/dev/2022/02/02/rustenstein.html)
* [Roadmap](https://github.com/AdRoll/rustenstein/projects/1)

![Gameplay](./rustenstein.gif)

## Setup

To run the game, it's necessary to include the Wolfenstein data files in the `data/` directory.
This should be from the shareware version, ending in `.WL1` (`GAMEMAPS.WL1`, `VGAGRAPH.WL1`, etc.).
The files can be found, for example, [here](https://archive.org/details/Wolfenstein3d).

Run the game with:

cargo run --release