58 Commits

Author SHA1 Message Date
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
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
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
2f14b9fd92 Add Readme with instructions, Add working example
- Add readme with install and compile instructions for windows and linux
- Add simpe working example in main.cpp
  that initializes and shows a black SDL window for 3 seconds.
2023-11-07 15:23:32 +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
jonny_jr9
1eaf1ef1b9 init
Add gitignore
2023-11-07 15:20:03 +01:00