Got the @ moving!
commit463f65246f4a3cf1713f6df685ec75b7d46e0909
authorTidusBlade <tidusblade@persona.tv>
Tue, 5 Jul 2011 23:13:00 +0000 (6 03:13 +0400)
committerTidusBlade <tidusblade@persona.tv>
Tue, 5 Jul 2011 23:13:00 +0000 (6 03:13 +0400)
tree917027d6f38ff518635f70111a4a62b07f736e14
parentcf38a81adfbc1fc1a1bde744e10c1aec5981af25
Got the @ moving!

Implemeted logging in a few places as a test. Added a few methods to the
Display class to make it usable. Moved the game code from the Main class
to it's own Game class, which acts as a Singleton. Coded the Game class
to allow moving of the @ around the display without going out of the
border. Some progress <_<
src/Main.java
src/prl/Display.java
src/prl/Game.java [new file with mode: 0644]
src/prl/Tile.java