player rotates and moves, rays for raycasting on map

This commit is contained in:
Hugo LAMY
2022-04-18 18:27:16 +02:00
parent 00b3612c16
commit 01eb2255d2
21 changed files with 689 additions and 138 deletions

View File

@@ -6,6 +6,7 @@
# include <unistd.h> // for sleep()
# include <stdlib.h> // for atoi()
# include <stdio.h> // for printf()
# include <math.h> // for M_PI, cos(), sin()
# include "colors.h"
# include "memorybook.h"