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
  • Class
    Description
    Enumeration of cartoon avatars for the game examples.
    A simple game where the player has to collect all the Easter eggs in the lawn.
    A simples visitor that counts elements of each kind in the game map, namely: Place Item Passage Character
    A simple game where the player has to look for a treasure hidden inside a house with a colsed door.