Skip to content

ggrochow/woof3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Woof3d

Wander aimlessly around an enclosed maze.

Short video preview

New randomly generated maze every time you open. "Stunning" 2.5d Graphics, and some form of collision detection.

Pre-Setup

Requires rust as well as the SDL2 development libraries.

For easy rust-installation check out rustup

To get SDL2 dev-libraries on your machine, the SDL2 crate has great instructions

Running

Assuming you've got rust and SDL2 setup, to get the program running follow these easy steps

git clone git@github.com:ggrochow/woof3d.git

cd woof3d

cargo run --release

Thats it, it might take a moment to compile, but after its ready a game-window should open

( You can ignore the complaints about the un-used results in the terminal, I'll get to those eventually (probably not))

Controls

W - Move forward
A - Turn left
D - Turn right
Z - Look up
X - Look down

About

Simple 2.5d rust ray-tracer, presented using SDL2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages