Hacker News new | ask | show | jobs
I wrote a terminal dungeon crawler game with pure Ruby in less than 150 lines (dmitrytsepelev.dev)
3 points by dmitrytsepelev 638 days ago
1 comments

Cool! Could the rerendering be done so that only the changed lines updates instead of rewriting the whole grid?

https://gist.github.com/DmitryTsepelev/1e9d73db26aa19d4ad2bd...