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.
- Host: GitHub
- URL: https://github.com/achrafelkhnissi/cub3d
- Owner: achrafelkhnissi
- Created: 2022-03-20T08:20:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-26T09:26:48.000Z (over 3 years ago)
- Last Synced: 2025-06-16T07:07:43.884Z (about 1 year ago)
- Topics: 1337school, 42cursus, 42projects, 42school, c, cub3d
- Language: C
- Homepage:
- Size: 320 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)