/cub3d

Primary LanguageCMIT LicenseMIT

cub3d

norminette GitHub

Simple 3D game using ray-casting.

Demo

cub3Ddemo.mov

Usage

build

$ make

launch

./cub3D "cubfile"

Argument: the path to cubfile that has infomation of game.

example

$ ./cub3D cubfiles/example.cub

test

$ make test && cat log.txt

Requirement

It needs X11 environments.

Therefore, on MaxOS, Xquarts needs to be installed.

For more info

rsudo's Hatena Blog: 3Dゲームを作る課題の振り返り