|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectGame
public class Game
Game is used to play Prisoner's Dilemma Tournament
java Game Bugs Porky TFT TFT Random
is a tournament involving 6 players (two with the same strategy)
| Field Summary | |
|---|---|
static int |
HEIGHT
|
static int |
WIDTH
default dimensions for game frame |
| Constructor Summary | |
|---|---|
Game()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Create objects whose names are on commandline, |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int WIDTH
public static final int HEIGHT
| Constructor Detail |
|---|
public Game()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
In case of error, just skip that name,
Pass a vector of all the valid players to a BoardFrame.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||