![]() |
AuD
Lecture 'Algorithmen und Datenstrukturen' (code examples)
|
a really simple game, which lets you explore a maze... pardon: a graph More...
Public Member Functions | |
RetroMaze (MyGraph g, MyNode entry, MyNode exit) | |
Static Public Member Functions | |
static void | main (String[] args) |
a really simple game, which lets you explore a maze... pardon: a graph
Definition at line 10 of file RetroMaze.java.
aud.example.graph.RetroMaze.RetroMaze | ( | MyGraph | g, |
MyNode | entry, | ||
MyNode | exit | ||
) |
Definition at line 19 of file RetroMaze.java.
|
static |
Definition at line 89 of file RetroMaze.java.
References aud.example.graph.MyGraph.getAbstractGraph(), and aud.example.graph.GraphParser.parse().