Skip to content

newcarrotgames/strafe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

strafe

progress

strafe is a first person view dungeon crawl engine built using Rust.

Installation

Prerequisites

  • Install Rust and Cargo, the Rust package manager.
  1. Clone the repository to your local machine:

    bashCopy code

    git clone https://github.com/newcarrotgames/strafe.git

  2. Navigate to the project directory:

    bashCopy code

    cd strafe

  3. Build the game using Cargo:

    bashCopy code

    cargo build --release

  4. Run the game:

    bashCopy code

    ./target/release/strafe

Credits

strafe was created by newcarrotgames Initial code ganked from https://github.com/samkevich/learn_gl_with_rust

License

strafe is licensed under the MIT License. See the LICENSE file for more information.

Releases

No releases published

Packages

No packages published

Languages