Package rea.gameplay.games
package rea.gameplay.games
Actual gameplay classes for a couple of game examples.
Currently, this package includes two games:
EasterEggRace
- A simple game where the player has to collect all the Easter eggs in the lawn
TreasureHunt
- A simple game where the player has to look for a treasure hidden inside a house
You can create here your own game by implementing the Gameplay
interface.
This package includes also helper classes, such as CartoonAvatar
- to provide avatars for these games -,
and SimpleVisitor
- to count elements in the game map.
- Author:
- José Paulo Leal
jpleal@fc.up.pt
-
ClassDescriptionEnumeration of cartoon avatars for the game examples.A simple game where the player has to collect all the Easter eggs in the lawn.A simple game where the player has to look for a treasure hidden inside a house with a colsed door.