public class ChemistGame { public static void main(String[] args) { Chemist chemist = new Chemist(); chemist.play(); } }