cub3d/src/draw
Theo Champion faf5127829 feat(player): redid all the movement code more details in desc
- had to tamper at init with the map pointer to allow player to move
- tweaked movement speed
- allowed for multiple keys to be pressed at the same time
- added collisions
- had to modify minimap code because it segfaulted due to old code
2025-07-29 15:01:31 +02:00
..
draw_map.c feat(player): redid all the movement code more details in desc 2025-07-29 15:01:31 +02:00
draw_map.h style: split structs.h header into multiple, remove from central dir 2025-07-17 15:57:59 +02:00
drawutils.c style: split structs.h header into multiple, remove from central dir 2025-07-17 15:57:59 +02:00
drawutils.h style: split structs.h header into multiple, remove from central dir 2025-07-17 15:57:59 +02:00
img_data.h style: split structs.h header into multiple, remove from central dir 2025-07-17 15:57:59 +02:00