Project developed for the discipline of Algorithms and Programming, in the first period, of the Computer Engineering course.
The idea of the project is to make the game of checkers, so well known, in a digital way with the Python3 language.
The player chooses the line and column of the piece to be moved and then chooses the line and column that he wants to place the piece.
Make an interface for the game; Use concepts of object-oriented programming; Improve error handling.
Credits - photos: Repl.it - Python3
Português
Projeto desenvolvido para a disciplina de Algoritmos e Programação, no primeiro período, do curso de Engenharia de Computação.
A ideia do projeto é foi fazer o jogo de damas, tão conhecido, de forma digital com a linguagem Python3.
O jogador escolhe a linha e a coluna da peça que vai ser movimentada e depois escolhe a linha e a coluna que quer colocar a peça.
Fazer uma interface para o jogo; Utilizar conceitos de Programação orientada a objetos; Melhorar o tratamento de erros.