https://github.com/eel-moun/3d-raycast-maze
this project is about creating a 3d maze inspired from the first rpg game ever wolfstein 3d by using RayCasting method .
https://github.com/eel-moun/3d-raycast-maze
algorithms c collaboration git graphics-programming maths minilibx raycasting system-design
Last synced: 2 months ago
JSON representation
this project is about creating a 3d maze inspired from the first rpg game ever wolfstein 3d by using RayCasting method .
- Host: GitHub
- URL: https://github.com/eel-moun/3d-raycast-maze
- Owner: eel-moun
- Created: 2023-08-24T14:55:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-24T16:34:58.000Z (almost 3 years ago)
- Last Synced: 2025-03-10T04:26:12.543Z (over 1 year ago)
- Topics: algorithms, c, collaboration, git, graphics-programming, maths, minilibx, raycasting, system-design
- Language: C
- Homepage:
- Size: 2.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 3D-Raycast-Maze

# 3D-GAME
This is a 3D game that uses ray casting to render its environment, similar to the classic first-person shooter Wolfenstein 3D.
It made with the awesome [alouane04](https://github.com/alouane04)