TK2048/CHANGELOG.md

23 lines
No EOL
420 B
Markdown

# Changelog
## 2.0 - 2025-08-30
_This release removes the tape version of the game._
### Changed
- Game code is now modularized so that only the current module plus a resident master is loaded into memory
### Added
- Simple sound effects (replacing the standard *BELL* from the monitor routines)
- Game save and load
- High score save
### Removed
- Tape variant of the game
## 1.0 - 2025-08-20
_First release._