Plans for a chess/taikyoku shogi/what have you engine

Links RSS
Author ArgentumCation Posts Notes
License CC-BY-NC-SA 4.0+ Updated

Game Loop

1
2
3
4
while not game.is_over():
    game.display()
    game.get_player_input() # returns starting and ending position
    game.is_valid_move()