Refactored Game following the footprints of Socc

such Singleton, very software techniques, much patterns
This commit is contained in:
Bokros Bálint
2016-05-13 13:56:16 +02:00
parent ccff798960
commit 3cd196df78
5 changed files with 19 additions and 29 deletions

View File

@ -1,7 +1,6 @@
package cicaprojekt;
public class PlayerBase implements Destroyable {
protected Game game;
protected Tile currentTile;
protected Direction facingDirection;
protected String name;