Checker 2 Player Game - Unblocked

: Don't move your back row until necessary to prevent your opponent from getting a "King". Force Jumps

# Game loop selected_piece = None while True: for event in pygame.event.get(): if event.type == pygame.QUIT: pygame.quit() sys.exit() elif event.type == pygame.MOUSEBUTTONDOWN: row = event.pos[1] // SQUARE_SIZE col = event.pos[0] // SQUARE_SIZE if selected_piece: if board[row][col] == 0: board[row][col] = board[selected_piece[0]][selected_piece[1]] board[selected_piece[0]][selected_piece[1]] = 0 board[row][col].move(row, col) selected_piece = None else: selected_piece = None else: if board[row][col] != 0: selected_piece = (row, col) checker 2 player game unblocked

Here are some tips and tricks to help you improve your checker game: : Don't move your back row until necessary

With thousands of online games available, why should you choose checkers? The answer lies in its psychology. Capture all opponent pieces or block them so

Capture all opponent pieces or block them so they have no legal moves.