mirror of
https://codeberg.org/hkzlab/TK2048.git
synced 2025-12-26 09:32:32 +11:00
23 lines
No EOL
420 B
Markdown
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._ |