package com.bayviewglen.zork; public class Zork { public static void main(String[] args) { Game game = new Game(); game.play(); } }