strafe is a first person view dungeon crawl engine built using Rust.
- Install Rust and Cargo, the Rust package manager.
-
Clone the repository to your local machine:
bashCopy code
git clone https://github.com/newcarrotgames/strafe.git
-
Navigate to the project directory:
bashCopy code
cd strafe
-
Build the game using Cargo:
bashCopy code
cargo build --release
-
Run the game:
bashCopy code
./target/release/strafe
strafe was created by newcarrotgames Initial code ganked from https://github.com/samkevich/learn_gl_with_rust
strafe is licensed under the MIT License. See the LICENSE file for more information.