nyeoni / cub3D

๐ŸŽฎ 3D game using raycasting DDA algorithm ๐Ÿ‘พ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


image

๐ŸŽฎ Cub3D ๐Ÿ‘พ

This project is inspired by the world-famous Wolfenstein 3D game, which was the first FPS ever. It will enable you to explore ray-casting. Your goal will be to make a dynamic view inside a maze, in which youโ€™ll have to find your way.

Getting Started ๐Ÿšฉ

๐Ÿ“ฆ Installation

Clone the repo

git clone https://github.com/Chloekkk/cub3D.git

๐Ÿ› ๏ธ Build

Build with make command

make

๐Ÿš€ Run

./cub3D map/kartrider.cub

Contributors โœจ

cub3D by team hanNkim


Chloekkk


Kimhan-nah

About

๐ŸŽฎ 3D game using raycasting DDA algorithm ๐Ÿ‘พ


Languages

Language:C 75.6%Language:Objective-C 21.4%Language:Makefile 3.0%