26 Commits

Author SHA1 Message Date
Hanse-14
1a9a348793 fix scoreboard 2023-12-20 16:35:25 +01:00
jonny_l480
4ea40d99d2 Fix delay after crash (play crash sound async) 2023-12-18 14:50:47 +01:00
Hanse-14
747b949218 Add pause function
- press 'p' or 'space' for pause+
- it goes on with pressing any key
2023-12-18 07:44:03 +01:00
Hanse-14
18feb2ec62 Add Leaderboard
- it is only possible to close with clicking on 'X' with mouse
2023-12-18 07:22:01 +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
Julia09055x
c461b2af84 game.renderer und wondow.renderer 2023-12-12 11:56:33 +01:00
Julia09055x
4f51654b72 main mit now-Funktion (lt.Flowchart) und globale Variablen aus game für window und renderer 2023-12-12 11:56:08 +01:00
Julia09055x
8a574acc05 Augen: Position korrigiert 2023-12-11 11:19:44 +01:00
Julia09055x
49a86bc2f6 Food und Collisions haben Rahmen 2023-12-11 11:16:15 +01:00
Julia09055x
286011928e Snake hat Augen 2023-12-11 11:02:13 +01:00
Julia09055x
4c9b7cdb6b Portal-Farben angepasst, damit man zsmgehörige Portale erkennt 2023-12-11 10:29:23 +01:00
Julia09055x
2d953e1e1b Snake hat Tail und Farben angepasst 2023-12-10 21:05:11 +01:00
jonny_jr9
72ca020f27 Fix 'redefinition error' on win. - compiles, runs 2023-12-10 18:14:24 +01:00
jonny_jr9
ac5873c9e7 Fix bug SDL-window freezing on windows
apparently SDL window freezes on windows,
when the input events are not repeatedly handled.
2023-12-10 18:03:02 +01:00
Julia09055x
abad211084 Crash-Test mit auskommentiertem Code 2023-12-10 17:34:16 +01:00
Julia09055x
e66567d232 Snake bewegt sich, Fenster wird mit Portal und Food erstellt 2023-12-10 16:52:20 +01:00
Julia09055x
92c47929b3 Erstellt verschiedene Bausteine auf dem SDL-Fenster 2023-12-09 17:42:22 +01:00
Julia09055x
668860a6a0 quadratisches SDL-Fenster öffnet sich 2023-12-09 15:45:06 +01:00
Julia09055x
b7bbd22f71 SDL window 2023-11-23 17:12:53 +01:00
Julia09055x
b4150a839d Render window 2023-11-23 16:55:16 +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
ffbe61a6e5 Add empty function definitions
Add definitions for every function that does nothing for now.
-> now able to implement and call those functions already
2023-11-10 12:54:33 +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