Skip to content

nao215912/cub3d

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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ゲームを作る課題の振り返り

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 79.9%
  • Roff 15.0%
  • Makefile 2.9%
  • Shell 1.7%
  • Perl 0.5%