Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 535 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 535 Bytes

The Legend of Wumpus 3D

Wumpus 3D is a small addition to a previous game, the Legend of Wumpus. Wumpus 3D was inspired by Wolfenstien 3D.\

Wumpus 3D works by casting rays out from the player in a 90 degree cone, as shown here:
picture of rays

The code then uses the intersections to draw the textures on the screen in proportion to how far away the ray hit. picture of render

link to video