From dd22f6b92f0e655e9cdb1459057881f2c1edc0b4 Mon Sep 17 00:00:00 2001 From: noschXL <131900039+noschXL@users.noreply.github.com> Date: Sat, 30 Aug 2025 03:07:13 +0200 Subject: [PATCH] Update Notes.md --- Notes.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Notes.md b/Notes.md index 0aafc04..1401d3b 100644 --- a/Notes.md +++ b/Notes.md @@ -1,3 +1,14 @@ ### Aufbau des Spiels Rasterbasierte Welt Chunkaufteilung (32 tiles pro chunk) + +#### TODO: + - implement texture loading + - assigning Items IDs + - Drawing sprites (noschXL) + - Making the datastructures + - Making a world + - working coordinates + - working loading/saving + - generation with perlin noise? + - Atmosphere? (rain, storms)?