Skip to content

timonicolaux/42_cub3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

Description

This project is a graphic project in C progamming language, with the purpose of creating a game that looks like an old FPS, Wolfenstein 3D.

The method of Raycasting must be used here + the graphic library MinilibX to render our game. Basically, we create a 3D environment using 2D graphics techniques.

Unfortunately, sharing the exercices subjects is forbidden by the school, but you may still be able to find these on the internet :)

Classic Version

Possibilty to walk around the map without going through the walls.

Bonus Version

Includes a minimap, animated walls, possibiliy to open/close doors, and look right/left with mouse.

  • Press O to open/close doors.
  • Press M to display/hide minimap.

Intructions for testing program

⚠️ This program can only be tested on LINUX systems ⚠️

Here are the instructions for testing the exercices :

  • git clone https://github.com/timonicolaux/42_cub3D.git
  • make OR make bonus (depending on the version you want to test)
  • run program including a valid map file ./cub3D maps/validmap1.cub OR ./cub3D_bonus maps/map_bonus.cub

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published