Hanse-14
|
ae7469f291
|
add function snakeUpdateHeadPos()
write content of snakeSetHeadPos() in snakeUpdateHeadPos()
snakeSetHeadPos() set head-position via transfer parameters
|
2023-12-07 15:52:41 +01:00 |
|
jonny_jr9
|
6b29f1360f
|
Fix typos in snake.c - compiles now
- use global variable 'game' from game.h instead of declaring new one
- fix typo wrong variables
- correct move out of map boundary
|
2023-12-03 21:58:21 +01:00 |
|
Hanse-14
|
dd918c9dec
|
Add functions in snake.c
snakeInit(), snakeGrow(), snakeMove(), snakeSetDir(), snakeIsAlive(),
snakeSetHeadPos()
|
2023-12-02 13:51:06 +01:00 |
|
jonny_jr9
|
71c054f092
|
Add common.h with LOG macro, Add '#pragma once'
- add conditional logging macro in common.h
- add '#pragma once' to every header file
- fix typo in food.h
|
2023-11-10 14:38:14 +01:00 |
|
Julia09055x
|
d92175317d
|
Update all header files
|
2023-11-09 15:13:10 +01:00 |
|
jonny_jr9
|
7309707a97
|
Change folder structure (Add folders: src, include)
Add src folder for all .c and include folder .h files
=> clearer structure, no documents mixed into code files
|
2023-11-08 20:41:21 +01:00 |
|