Xiangiqgame
AI engine for Xiangqi
Loading...
Searching...
No Matches
errors.py
Go to the documentation of this file.
1"""
2Handles case where ScriptedPlayer has no moves remaining in list but Game is
3not finished.
4"""
5
6import sys
7
8
10 print('\n\nEOF found while running in interactive mode.'
11 '\nExiting program')
12 sys.exit(0)
13
def handle_interactive_eof()
Definition: errors.py:9