Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.
| Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung Nächste Überarbeitung | Vorherige Überarbeitung | ||
| ef_informatik:projekt_consolegames [2025-12-16 12:47] – [Projekt: ConsoleGames] sca | ef_informatik:projekt_consolegames [2026-03-03 16:07] (aktuell) – [Projekt: ConsoleGames] sca | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| ====== Projekt: ConsoleGames ====== | ====== Projekt: ConsoleGames ====== | ||
| + | |||
| + | <nodisp 2> | ||
| + | |||
| + | ++++Änderungen 2027/28| | ||
| + | |||
| + | Mündl. viel höher gewichten, mind. 50%, dann muss aber länger sein. | ||
| + | |||
| + | |||
| + | ++++ | ||
| + | |||
| + | </ | ||
| <color red> | <color red> | ||
| Zeile 173: | Zeile 184: | ||
| Console.SetCursorPosition(20, | Console.SetCursorPosition(20, | ||
| Console.Write(); | Console.Write(); | ||
| + | |||
| + | // Read current cursor position | ||
| + | (int left, int top) = Console.GetCursorPosition(); | ||
| // Read input | // Read input | ||