public class BugGame { public static void main(String[] args) { Bug bug = new Bug(); bug.play(); } }