From a07ce55b4c0dd2842c9f46cea4e0c7e464321ca2 Mon Sep 17 00:00:00 2001 From: Saffron Date: Fri, 3 May 2024 15:33:25 +0200 Subject: [PATCH] Updated TODO list. --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1e647d5..851826f 100644 --- a/README.md +++ b/README.md @@ -26,19 +26,23 @@ It's being created in GRAPHIC 4, SCREEN 5 mode (resolution: 256 x 212 pixels, 16 ![image](https://github.com/SaffronCR/msx-rpg/assets/11486276/fceecb6d-51a5-4e12-85c6-8b5e01a89d96) **Things done:** -* Dungeon rendering/movement. -* Dungeon generation. +* Dungeon rendering and movement. +* Dungeon random generation. * Bitmap font rendering with color support. * Music support. * Sound effects. -* Intro screen (needs rework). * Start screen. +* Menu navegation system. * Minimap (Debug mode). * Show current palette (Debug mode). +* Character sheet. +* Weapon and Armor sheet. +* Pseudorandom number generator using a xoroshiro32++ algorithm. +* Input wrapper. **To-Do List:** -* Menu navegation. * Character creation. +* Character status screen. * Hub City. * Dungeon progression. * Enemies/Combat. @@ -46,6 +50,7 @@ It's being created in GRAPHIC 4, SCREEN 5 mode (resolution: 256 x 212 pixels, 16 * Gadgets/Streams. * Save/Load game. * Game Over screen. +* Intro. ## How To Compile