Dev Log
Week of April 5, 2026
Mythic Chest Game
- Added item image display to Equipment and Chest screens.
- Implemented monster/boss image display in the Battle screen (added image files for all enemies).
- Implemented speed enhancement in addition to other battle enchancements.
- Added tracking of battle wins/losses and display it on the Victory screen.
- Large refactoring of the models and engine classes to be cleaner.
- Refactored the components to split the markup and code-behind files.
- Changed some game coloring and layout to be more consistent.
- Several layout and playability fixes to make things more compact and usable on mobile devices.
- Link: https://d20tek.com/projects/mythic-chest-battler
DevLog
- Fixed DevLog bug where the EditablePrompt was flickering on every character change in a real terminal.
- Link: https://d20tek.com/projects/dev-log
Notepad.Tui
- Updated program to clear console at the start.
- Fixed up/down arrow keys navigating at the end of wrapped lines.
- Fixed cursor jumping around at end/beginning of wrapped lines.
- Implemented large file loading via memory mapped files for files over 10MB.
- Implemented progress UI to show as large files load.
- Fixed performance bottlenecks that were slow during load, typing, and scrolling.
- Link: https://d20tek.com/projects/notepad-tui