Full notes
Full HackeRPG update
Read the full published notes in a cleaner layout. The original post stays linked below.
What changed
- Gameplay
- Store
- Balance
- Fixes
Changes:
Add repository.
Add drafts.
Add IDE to pause menu.
Add config menu.
Add no parentheses mode.
Store game progress, repositories and config in files.
New keys support: Del to delete char under the caret, Ctrl(Option for Mac) + Arrows to jump between words, Tab and Shift+Tab to add/remove Tab in IDE.
Add ping level mechanics.
Add type_of command and constants.
Add goto_stop_delta variable.
Small balance changes.
Set starting coins amount to 1000.
Update and prettify documentation.
Small bug fixes.
Notes:
"No parentheses" mode might and will break the tutorial mode. That will be fixed when I rebuild the interpreter logic.
Tutorial is not covering the latest features (type_of, ping_level and goto_stop_delta) but you're able to read some information in the Documentation.
Source
Changelog.gg summarizes and formats this update. How we read updates.
