chess-board icon indicating copy to clipboard operation
chess-board copied to clipboard

Update added overlay to allow more easily modify the code.

Open Aphexus opened this issue 1 year ago • 1 comments

def update(fen, game_board, overlay = None): check_for_quit() game_board.update_pieces(fen) if not overlay is None: overlay(game_board.display_surf) pygame.display.update() fps_clock.tick(FPS)

It would be nice if the board could be dynamically resized

maybe I will modify that later.

Aphexus avatar Apr 04 '23 21:04 Aphexus