You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is inspired by the world-renowned eponymous game, considered the first FPS ever made. It will allow you to explore the technique of ray-casting. Your goal will be to create a dynamic view inside a maze, in which will have to find the way out.
1- git clone https://github.com/abello-r/Cub3D.git ; cd Cub3D
2- bash init.sh
3- to escape, just press the ESC key
Configuration
You can modify "map.cub" file, and write a new map, with new textures and new sprites.
About
This project is inspired by the world-renowned eponymous game, considered the first FPS ever made. It will allow you to explore the technique of ray-casting. Your goal will be to create a dynamic view inside a maze, in which will have to find the way out.