- SCORE_DISPLAY_TIME - Static variable in class com.github.curriculeon.greeps.Earth
-
- ScoreBoard - Class in com.github.curriculeon.greeps
-
The ScoreBoard is used to display results on the screen.
- ScoreBoard() - Constructor for class com.github.curriculeon.greeps.ScoreBoard
-
- ScoreBoard(String, String, String, int, int[]) - Constructor for class com.github.curriculeon.greeps.ScoreBoard
-
Create a score board for an interim result.
- ScoreBoard(String, String, String, int[]) - Constructor for class com.github.curriculeon.greeps.ScoreBoard
-
Create a score board for the final result.
- seekTomatoPile() - Method in class com.github.curriculeon.greeps.Greep
-
- setFlag(int, boolean) - Method in class com.github.curriculeon.greeps.Creature
-
Store a user defined boolean value (a "flag").
- setImage(String) - Method in class com.github.curriculeon.greeps.Creature
-
- setMemory(int) - Method in class com.github.curriculeon.greeps.Creature
-
Store a user defined value.
- shouldSeekTomatoPile() - Method in class com.github.curriculeon.greeps.Greep
-
- Spaceship - Class in com.github.curriculeon.greeps
-
A space ship.
- Spaceship(int) - Constructor for class com.github.curriculeon.greeps.Spaceship
-
Create a space ship.
- spit(String) - Method in class com.github.curriculeon.greeps.Creature
-
Spit a drop of paint onto the ground.
- storeTomato(Creature) - Method in class com.github.curriculeon.greeps.Spaceship
-
Record that we have collected another tomato.