MeltyPlayer/2006Redone

Replace use of Graphics class in client.

Opened this issue · 0 comments

The client renders the game with the inefficient java.awt.Graphics. We should replace use of this class with a library like OpenGL that can take advantage of the user's graphics card.