9 Commits

Author SHA1 Message Date
Hanse-14
c10481021f Add start start screen
- many updates in some files
2023-12-17 00:44:43 +01:00
jonny_jr9
bc363a9f8b Add playSound(), Reduce debug output - sound on collide works
currently plays sound when snake crashes (leaderboard shown)

- shorten example audio file
- Add sound.c: abstract function to play .wav files
- config:
    - Add config option RENDER_GAME_TO_CONSOLE
    - disable debug output
2023-12-14 18:39:20 +01:00
Julia09055x
05289068a7 neue Kommentare und Ton mit Windows.h erzeugt (wird abgespielt!), geht nur bei Windows 2023-12-14 11:00:48 +01:00
Julia09055x
e342478695 Ton abspielen 2023-12-14 10:47:44 +01:00
jonny_l480
5cd0f41123 Quit game when collided 2023-12-13 17:40:54 +01:00
jonny_jr9
9cd6704057 Prevent deadlock in menu (while not implemented) 2023-12-12 10:00:14 +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