diff options
author | scratko <m@scratko.xyz> | 2024-04-17 17:00:48 +0300 |
---|---|---|
committer | scratko <m@scratko.xyz> | 2024-04-17 18:33:03 +0300 |
commit | ef3844bf2128fa82f20c5995d1fca66fadba2ce3 (patch) | |
tree | 905048a285a8cd8fd6a070ce3b6c075e9681e59a /Makefile | |
parent | 194f71c150eb9ee696acca17176092e8b0ce6e4f (diff) | |
download | pacman-ef3844bf2128fa82f20c5995d1fca66fadba2ce3.tar.gz pacman-ef3844bf2128fa82f20c5995d1fca66fadba2ce3.tar.bz2 pacman-ef3844bf2128fa82f20c5995d1fca66fadba2ce3.zip |
Added colors
Changed the number of pacman's lives.
Fixed clear_or_revert_symbol().
Target hit display.
Changed ghost initialization.
Clearing ghost positions is moved to the function.
Added flag in struct ghost_type (reached_pacman).
Changed catching stage.
Now eating an energizer resets the counter.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -SRCMODULES = field.c ghosts.c pac.c queue.c pacman.c +SRCMODULES = field.c ghosts.c pac.c queue.c color_palette.c pacman.c OBJMODULES = $(SRCMODULES:.c=.o) CC = gcc CFLAGS = -Wall -g -c -D DEBUG |