added todo.md, which holds all pre-given instructions

This commit is contained in:
Markus Kob 2025-10-30 16:36:08 +01:00
parent 343cc291ec
commit 510fec5852

12
todo.md Normal file
View File

@ -0,0 +1,12 @@
## Todo
#### game.c
_Vorgegebene Anweisung:_
Wörter aus der Wortliste zufällig horizontal oder vertikal plazieren, restliche Felder mit zufälligen Buchstaben füllen
#### input.c
_Vorgegebene Anweisung:_
eine Funktion implementierenm die ein einzelnes Wort aus einer Textdatei (words.txt) einliest und als C-String zurückgibt
#### main.c
_Vorgegebene Anweisung:_
Check if all words were successfully placed
start the game if successfull
error message if some words couldn't be placed