- 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)
- 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
- 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