6 Commits

Author SHA1 Message Date
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
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
jonny_jr9
5bba3e1531 Add source files, Fix header files - Compiles now
- Add empty source files for all planned modules
- Add source files to CMAKE source list
- Fix and extend header files so there are no errors
- Create global structs in game.c and config.c
2023-11-08 09:52:25 +01:00
Julia09055x
e5a66c40b4 Add header file 2023-11-07 19:17:59 +01:00
Hanse-14
38e0db28c0 Update git.ignore add SDL2 folder 2023-11-07 16:57:42 +01:00
jonny_jr9
ab7d4add6c Add CMake file for LINUX/WINDOWS compatibility
Due to developers working on windows and linux the compilation process
should be compatible thus using CMAKE.

Tested this configuration on both systems, currently works well and
finds the SDL2 library when installed.
2023-11-07 15:20:47 +01:00