petscii-bbs
petscii-bbs copied to clipboard
A Java framework for building highly customizable PETSCII-enabled BBS, accessible from Commodore 64/128
Is there a way to get the Wordpress proxy to listen to paragraph breaks or commands when displaying texts so that paragraphs with breaks show up without the entire text...
A pretty noobish question but you have this logo here. Can you tell me how to construct my own logo. I'm not very familiar with java (not at all really)....
I've been trying to understand when these need to be used and what they do but I don't follow it. Could you give me some guidance on when to use...
Is there anyway to pass in petscii values via the print command? I wish to do conditional colour coding using your existing rows behavior. I would do an http get...
Could you please provide an example credentials file and perhaps instructions on how to generate the credentials (api token, user pass?)
Consider annotate code with JSR 305 nullability annotations (package already included). This will become part of documentation and it is well integrated with IDEs or Kotlin language.
Consider to replace `Colors` class with a proper `enum` ``` public enum Color { BLACK(144), WHITE(5), RED(28), CYAN(159), PURPLE(156), GREEN(30), BLUE(31), YELLOW(158), ORANGE(129), BROWN(149), LIGHT_RED(150), GREY1(151), GREY2(152), LIGHT_GREEN(153), LIGHT_BLUE(154), GREY3(155);...
Consider to implement a PETSCII [Charset](https://docs.oracle.com/javase/7/docs/api/java/nio/charset/Charset.html) and reconsider the `CbmInputOuput` class (warning: missing "t").