The console view provides a specific implementation of writing output to the
the Console / System.out The only methods implemented are those that
match the GameView interface.
A MOB, short for Mobile Object,
represents all 'moving' objects in the game, most notably monsters, though knight
which is a specific type of MOB (playable) inherits from MOB as they share characteristics.