Closed metamer closed 10 years ago
I created a SimpleConsoleUI class which simply writes to terminal using System.out.println. Haven't touched jCurses yet, so feel free to take this issue.
I think we're calling this jCursesUI . Also, make sure to have a map between jcurses colors/attributes and gamemapentry colors/attributes (in this case, they should be identical)
This class implements UI for console. This will require drawing the UIInput class using the jCurses library.