This project is my first step in the game dev universe ! Entirely made in C with SDL2 using my own standard C library. The game is limited to 60 FPS.
Compile using make and run with ./wolf3d
| Description | Key(s) |
| Close the program (aka quit/exit) | esc |
| Run | left shift |
| Move Up | W or ▲ |
| Move Down | S or ▼ |
| Move left | A or ◄ |
| Move right | D or ► |
| Use switch to open door | E |
| Description | Control(s) |
| Fire | left button |
