Labyrinth
A labyrinth game assignment
Common.java File Reference

Go to the source code of this file.

Classes

class  host.labyrinth.Const
 Class to hold constant values for entire application. More...
 
class  host.labyrinth.Session
 Application wide object to hold settings like values for the session. More...
 
class  host.labyrinth.DirRange
 Helper C++ like enumerator class for direction ranged loops. More...
 
class  host.labyrinth.Direction
 Helper C++-like enumerator class to hold direction. More...
 
class  host.labyrinth.Position
 An Application wide board position implementation holding just the id coordinate. More...
 
class  host.labyrinth.Range
 Class to create ranges of numbers. More...
 
class  host.labyrinth.ShuffledRange
 Class to create shuffled ranges of numbers. More...
 
class  host.labyrinth.Edge
 A utility class used for room prevent algorithm. More...
 
class  host.labyrinth.Graph
 Provides a graph functionality for the room preventing algorithm. More...
 

Packages

package  host.labyrinth
 

Detailed Description

Author
Anastasia Foti AEM:8959 anast.nosp@m.askf.nosp@m.@ece..nosp@m.auth.nosp@m..gr
Christos Choutouridis AEM:8997 cchou.nosp@m.tou@.nosp@m.ece.a.nosp@m.uth..nosp@m.gr

Definition in file Common.java.