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