metamer / dynamicninja

6df8c2a488ea0f70db756b64e68786bd
Apache License 2.0
1 stars 1 forks source link

Create ConsoleUI #2

Closed metamer closed 10 years ago

metamer commented 10 years ago

This class implements UI for console. This will require drawing the UIInput class using the jCurses library.

metamer commented 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.

metamer commented 10 years ago

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)