From 510fec585261c5ffd92d67194e9ee5aeeaacf12c Mon Sep 17 00:00:00 2001 From: Markus Kob Date: Thu, 30 Oct 2025 16:36:08 +0100 Subject: [PATCH] added todo.md, which holds all pre-given instructions --- todo.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 todo.md diff --git a/todo.md b/todo.md new file mode 100644 index 0000000..0cfcd39 --- /dev/null +++ b/todo.md @@ -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