Non-bogus ProfileMatcher.

This commit is contained in:
Woody Folsom
2012-03-17 20:07:58 -04:00
parent 9c6799f916
commit 1790d48393
2 changed files with 161 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ import java.util.Set;
public class PlayerProfile {
//From Bartle/Yee models of player psychology: achiever, killer, explorer, manipulator
public enum TYPE { RUNNER, SHOOTER, JUMPER, BUMPER}
public enum TYPE { BUMPER, COLLECTOR, RUNNER, SHOOTER, JUMPER}
//Dreyfus model of skill acquisition:
public enum SKILL_LEVEL { NOVICE, BEGINNER, COMPETENT, PROFICIENT, EXPERT}