public class ChiefGame { public static void main(String[] args) { Chief chief = new Chief(); chief.play(); } }