Hanse-14
7acb37824e
Minor fixes
2023-12-18 03:16:36 +01:00
Hanse-14
f6619d1289
Add difficulty level and start map
...
- game speed(cycleDurationMs) and food placement depend on difficulty level
- start map would be chosen at the beginning
- switching maps and game speed(cycleDurationMs) is not available during playing
2023-12-18 01:42:13 +01:00
Hanse-14
0590a782b8
Add input functions
...
- user must enter nickname
- user must enter difficulty level
- user must enter map
2023-12-18 00:06:28 +01:00
Hanse-14
a7714ec15f
Add setting and info screen
...
- setting screen is only implemented, without features
- info screen is completed currently
2023-12-17 02:42:10 +01:00
Hanse-14
c10481021f
Add start start screen
...
- many updates in some files
2023-12-17 00:44:43 +01:00
jonny_jr9
d94eed0136
Implement input.c
...
- Implement input handling in input.c
- test successful
- Add missing function showPauseScreen to menu.h/c
2023-11-11 14:32:47 +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