11 Commits

Author SHA1 Message Date
jonny_l480
a0622fff1e Add LOGE(), Optimize logging
- Add LOGE() macro with colored output
- use LOGE for all errors (adjust all files)

- main.cpp: fix log spam in PAUSED state
- log formatting optimizations
- fix food tries count
- add log output when switching from and too PAUSED
2023-12-22 13:31:24 +01:00
jonny-vb
965372c7bf Fix warnings in input.c, map.c (const char, sqrt) 2023-12-15 03:32:47 -08:00
jonny_l480
cc4f8f169f Add map rotate and speed change via keys (1, 2 , m) 2023-12-11 12:47:46 +01:00
jonny_jr9
f5a7a90168 Add defaultMap config option 2023-12-10 20:58:18 +01:00
jonny_jr9
a56c78e1ee Merge branch 'testing' into dev 2023-12-10 17:05:29 +01:00
jonny_jr9
859b4c99b2 Add default config values, Update px size on map load 2023-12-09 18:28:39 +01:00
jonny_jr9
3c0f837daa Add new map "empty", Increase game speed 2023-12-04 23:12:33 +01:00
jonny_jr9
529b633c7a minor Fixes in game.c and map.c
- game: fix target position on teleport
- map: also print snake head and tail to console
2023-12-03 21:56:18 +01:00
jonny_jr9
061b4431c7 Implement game.c, food.c and map.c
- Implemented the functions in the above files
 - game and map are partially tested
 - food is extensively tested using the created test-function
- Also added DELAY(ms) macro to common.c
2023-11-11 11:14:38 +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
jonny_jr9
3e40be47cf Update module structure: Add map.c
=> global config and game struct changed
=> some functions were dropped/moved
- Outsourced data types and functions to map.c / map.h
- Update function and module diagram
- Adjust custom data types in source code
2023-11-10 12:46:00 +01:00