├── 3DSage_Raycaster_v3.c ├── 3DSage_Raycaster_v3.exe ├── LICENSE ├── README.md └── Textures ├── All_Textures.bmp ├── All_Textures.ppm ├── lost.bmp ├── lost.ppm ├── sky.bmp ├── sky.ppm ├── sprites.bmp ├── sprites.ppm ├── title.bmp ├── title.ppm ├── won.bmp └── won.ppm /3DSage_Raycaster_v3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Raycaster_v3/HEAD/3DSage_Raycaster_v3.c -------------------------------------------------------------------------------- /3DSage_Raycaster_v3.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Raycaster_v3/HEAD/3DSage_Raycaster_v3.exe -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Raycaster_v3/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Raycaster_v3/HEAD/README.md -------------------------------------------------------------------------------- /Textures/All_Textures.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Raycaster_v3/HEAD/Textures/All_Textures.bmp -------------------------------------------------------------------------------- /Textures/All_Textures.ppm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Raycaster_v3/HEAD/Textures/All_Textures.ppm -------------------------------------------------------------------------------- /Textures/lost.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Raycaster_v3/HEAD/Textures/lost.bmp -------------------------------------------------------------------------------- /Textures/lost.ppm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Raycaster_v3/HEAD/Textures/lost.ppm -------------------------------------------------------------------------------- /Textures/sky.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Raycaster_v3/HEAD/Textures/sky.bmp -------------------------------------------------------------------------------- /Textures/sky.ppm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Raycaster_v3/HEAD/Textures/sky.ppm -------------------------------------------------------------------------------- /Textures/sprites.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Raycaster_v3/HEAD/Textures/sprites.bmp -------------------------------------------------------------------------------- /Textures/sprites.ppm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Raycaster_v3/HEAD/Textures/sprites.ppm -------------------------------------------------------------------------------- /Textures/title.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Raycaster_v3/HEAD/Textures/title.bmp -------------------------------------------------------------------------------- /Textures/title.ppm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Raycaster_v3/HEAD/Textures/title.ppm -------------------------------------------------------------------------------- /Textures/won.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Raycaster_v3/HEAD/Textures/won.bmp -------------------------------------------------------------------------------- /Textures/won.ppm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3DSage/OpenGL-Raycaster_v3/HEAD/Textures/won.ppm --------------------------------------------------------------------------------