6 Commits

Author SHA1 Message Date
jonny-vb
32a0b44f0d Fix LOGE macro (disable color on win), Fix map size "empty"
- Recently added color to LOGE output did not compile on windows.
   Removed color support on windows for now.

- Changed map size of map "empty" from 20x15 to 20x20 (square now)
2024-01-07 12:28:59 -08:00
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_jr9
aaf4eb398a Fix bug 'negative values' in GET_TIME_MS() 2023-12-12 17:14:11 +01:00
jonny_jr9
d8952223f4 Add macro GET_TIME_MS() (windows + linux support) 2023-12-12 16:51:30 +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