A new upgrade system
There was a problem that players didn't really want to be distracted by upgrading and writing code in the middle of a battle. Initially, I solved it by showing the upgrade window on level-up, forcing players to leave the flow state at random moments of the game and think about writing code. I find a lot more elegant solution: dividing the game into rounds, after each of which you can upgrade and edit the code.
This way, for 1.5 minutes nothing will distract you from the action (except for errors in your own code).
Upgrades
I haven't implemented all kinds of upgrades yet, but now I've clearly defined the development vector: no more division into hardware and software - all upgrades are now essentially hardware. Writing code is not bound to upgrades in any way.
You can create/update/delete any code as much as you want (but not during rounds, though I will think about it and look at the test results). The only limitation will be your hardware. For code storage we need a hard memory (improved by SSD upgrades), for code execution and storage of variables we need RAM (RAM upgrades), for running daemons we need additional cores.
Thus there is much more space for builds, as well as the need to balance between combat improvements and automation.
Get HackeRPG
HackeRPG
Try. Fail. Automate.
Status | In development |
Author | fellow-pablo |
Genre | Action |
Tags | 2D, bevy, Bullet Hell, Hacking, Pixel Art, Roguelike, Roguelite, Singleplayer, Typing |
Languages | English |
Accessibility | Color-blind friendly, Subtitles, High-contrast |
More posts
- 0.3.2 Patch Notes39 minutes ago
- HackeRPG 0.3.0 update highlights and the future plans2 days ago
- 0.3.0 version announcement30 days ago
- Game is finally released on Steam! (Still Alpha)68 days ago
- Release troubles, UNICON 2024 and video localization82 days ago
- May 2024 HackeRPG DevLogMay 03, 2024
- 0.1.3 gameplay preview and thoughtsMar 11, 2024
- 0.1.3 DemoFeb 16, 2024
- 0.1.2 Version GameplayDec 21, 2023
- Game trailer for SteamDec 09, 2023
Leave a comment
Log in with itch.io to leave a comment.