feat: loots of things!!! *

Added features:
- Check if the room is valid
- Pathfinding
- Firsk
- Camera
Changes:
- Borders
Dev:
- new test rooms
- ber.vim plugin
This commit is contained in:
mcolonna 2024-04-15 19:23:58 +02:00
parent b7a2d0494f
commit 9e81a59a7e
95 changed files with 8342 additions and 147 deletions

View file

@ -10,10 +10,14 @@ CODE = $(addprefix main/, \
display1 display2 display_utils sprite \
) \
$(addprefix room/, \
visual room1 room2 room3 room_utils \
visual room1 room2 room3 room_utils1 room_utils2 camera \
pathfinding pathfinding_utils \
object_character object_snas object_wall object_ketchup object_exit \
object_firsk \
) \
utils/point
$(addprefix utils/, \
point1 point2 map \
)
LIBRARIES = mlx libtf
LIBRARIES_FILES = libtf/libtf.a
LIBRARIES_LINK = mlx