Rewrote the Tile class.
commitcf38a81adfbc1fc1a1bde744e10c1aec5981af25
authorTidusBlade <tidusblade@persona.tv>
Tue, 5 Jul 2011 15:27:03 +0000 (5 19:27 +0400)
committerTidusBlade <tidusblade@persona.tv>
Tue, 5 Jul 2011 15:27:03 +0000 (5 19:27 +0400)
tree70aed3b3bb76c97087ecd0d9e889038d7e149877
parent1ab13f1dd9995cd7d81b08581f971653c1e2a3d2
Rewrote the Tile class.

It's a lot more efficient now and uses a static factory method to hand
out tiles. Also, Display now works well with different colors and the
display test shows no problems so far.
.gitignore [deleted file]
src/Main.java
src/prl/Display.java
src/prl/Tile.java