Devlogs
Version 1.1
Changes:
- Added support for both 40-column and 80-column display modes, controlled by the
SCREEN_WIDTH and BANNER_OFFSET constants. - Redesigned the HUD banner:
- Now uses two rows.
- Static labels (
LEVEL, SCORE, LIVES, HIGHSCORE) appear on the first row. - Corresponding values are displayed directly beneath on the second row.
- Removed the in-game score legend panel (Score Table, bonus fruit values, and ghost score values).
- Reduced score field width from 6 digits to 5 digits.
- Updated
ReadKey to return a char instead of an integer, improving portability across different Pascal versions.