This README.md file is in English and Portuguese. // Esse arquivo README.md está em Inglês e Português.
The Turtle module was used to make this game. Three classes plus the main file were created: Paddle class, Ball class and Scoreboard class. This was done using the Object-Oriented-Programming paradigm.
KEYS TO RIGHT PADDLE:
- UP: Arrow "Up"
- DOWN: Arrow "Down"
KEYS TO LEFT PADDLE:
- UP: "w"
- DOWN: "S"
The Turtle Module was used for this game. Concepts of Object Oriented Programming (OOP) were also used.
O jogo clássico do Atari recriado em Python.
O módulo Turtle foi usado para fazer esse jogo. Três classes mais o arquivo main foram criados: classe Paddle (Pá), classe Ball (Bola) e classe Scoreboard (Placar). Tudo feito sob o paradigma da Programação-Orientada-a-Objetos.
TECLAS PARA A RAQUETE DIREITA:
- SOBE: Tecla seta "cima"
- DESCE: Tecla seta "baixo"
TECLAS PARA A RAQUETE ESQUERDA:
- SOBE: "w"
- DESCE: "s"
O módulo da tartaruga (Turtle Module) foi usado para esse jogo, bem como conceitos da Programação Orientada a Objetos (POO).