An open API service indexing awesome lists of open source software.

https://github.com/achrafelkhnissi/cub3d

cub3D is project is inspired by the world-famous Wolfenstein 3D game, whichwas the first FPS ever. The goal of this project was to enable us to explore ray-casting. Our goal is to make a dynamic view inside a maze, in which we'll have to find our way.
https://github.com/achrafelkhnissi/cub3d

1337school 42cursus 42projects 42school c cub3d

Last synced: 5 months ago
JSON representation

cub3D is project is inspired by the world-famous Wolfenstein 3D game, whichwas the first FPS ever. The goal of this project was to enable us to explore ray-casting. Our goal is to make a dynamic view inside a maze, in which we'll have to find our way.

Awesome Lists containing this project

README

          




42cursus' cub3D


Development repo for 42cursus' cub3D project

For further information about 42cursus and its projects, please refer to 42cursus repo.


About
·
Index
·
Resources

## 🗣️ About

> *cub3D* is a project is inspired by the world-famous Wolfenstein 3D game, whichwas the first FPS ever. The goal of this project was to enable us to explore ray-casting. Our goal is to make a dynamic view inside a maze, in which we'll have to find our way.

## Resources
- [Raycasting - PART 1](https://lodev.org/cgtutor/raycasting.html)
- [Raycasting - PART 2](https://lodev.org/cgtutor/raycasting2.html)
- [Raycasting - PART 3](https://lodev.org/cgtutor/raycasting3.html)
- [Raycasting - PART 4](https://lodev.org/cgtutor/raycasting4.html)