Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.03 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.03 KB

pac3D

Ray-casting project inspired by two legendary games: Wolfenstein 3D and Pac-Man.

Written in C using MiniLibX and cute_sound.

Installation

Download:

git clone --recurse-submodules https://github.com/AndrefHub/cub3d.git && cd cub3d

Build:

make         # Mandatory part
make bonus   # Bonus part

Run:

./cub3D "valid map filename"
./pac3D "valid map filename"

Bundled maps

"maps/e1m1.cub" - map for mandatory part
"maps/pacman.cub" - map for bonus part, replicates map from original Pac-Man game

License

MIT