4 Commits

Author SHA1 Message Date
jonny_jr9
4159d4ff17 Update flowchart, Add global SDL variables
- flowchart:
    - update menu.c
    - add notes for menu

- game.c:
    - add SDL variables to game struct,
     so menu.c can also render things to window
2023-12-12 09:52:08 +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
jonny_jr9
e9df108850 Update flowcharts, module-overview (assignment, fixes) 2023-11-09 16:14:55 +01:00
jonny_jr9
86c18541e4 Add drawio files: function-flowcharts, module-overview
- Slightly modified the module overview, rename, add new functions etc.
- Create function flowcharts (WIP)
2023-11-08 09:57:55 +01:00