mirror of
https://github.com/SaffronCR/msx-rpg.git
synced 2026-07-08 18:06:16 +00:00
Merge branch 'main' of https://github.com/SaffronCR/msx-rpg
This commit is contained in:
13
README.md
13
README.md
@@ -26,19 +26,23 @@ It's being created in GRAPHIC 4, SCREEN 5 mode (resolution: 256 x 212 pixels, 16
|
||||

|
||||
|
||||
**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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user