Mihir Chaturvedi
Mihir Chaturvedi
I can't seem to reproduce the bug. In any case, sanitisation of input should be implemented. If you are willing to, a PR is most welcome for its implementation. If...
Ah yes, I can reproduce it now. Seems like a trivial fix, thank you
Go ahead! As far as I know, there are no takers yet :)
Hey, no worries! A PR was made (#44) that addressed this issue, though it cannot be merged right now due to conflicts. You can view it and make suggestions, or...
@ronflima wouldn't using `ncurses` be a slight overkill? Moreover, this would increase the requirement of separation of code for *nix systems and Windows.
Makes sense, though I haven't discarded the idea of using ncurses and console.h – just lacking a Windows environment to work and test on 😅. Could you elaborate on the...
I think this is a small bug and should be a quick fix if we work towards it!
You raised a good issue. Had I started development of the game with decoupled UI-logic in mind, it would have reduced the need for large code refactoring. #36 was a...
> One possibility is a statically-compiled program and then release it via the release section. Wouldn't there have to be a different compiled binary for each OS, platform and system...
Hi, thank you :blush:! Adding themes seems like a good idea, but it wouldn't be my priority right now. If you can work on it and create a PR, I'd...