UncategorizedOctober 15, 2005 4:28 pm
I have realised something. For obvious reasons I make heavy ussage of the java.util.Map class. But then this makes the wot.engine.AbstractMap easy to confuse with it, especially since java.util.Map extends java.util.AbstractMap! ARGH! So that name was ugly and obscure.
- I have renamed the following:
- wot.engine.AbstractMap -> wot.engine.GameMap
- wot.engine.BasicMap -> wot.engine.StandardGameMap
Also:
- wot.engine.creatures.Brain is now an abstract class rather than an interface.
- I have implemented a better way to do keyboard input for the PC actions. (Still almost the same interface, but much simpler implementation).
