Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 508 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 508 Bytes

cub3D

Cub3D is just a small Raycasting demo but already includes textured walls, animated sprites and interactive objects in the game world.

Compile

make
./cub3D map/map.cub

The dimensions of the game window are configurable through the constants WIN_W and WIN_H in inc/raycaster.h

Controls

Use WASD to move the player
Use the left and right key or the mouse to move the camera
Use F to interact with the door
Use Esc to close the game