class NandC{ public static void main(String[] args) { Game g = new Game(3); g.play(); } }