Skip to content

barbaracalderon/oop-pong-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This README.md file is in English and Portuguese. // Esse arquivo README.md está em Inglês e Português.

The Pong Game, classic Atari, from old Video Games | Python

⚠️ This was done as I followed up Angela Yu's Python Bootcamp tutorial on the Pong Game. You can find the course on Udemy here. ⚠️

desktop version of the old video game of pong

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.

Jogo da Cobrinha dos Celulares Antigos | Python

⚠️ Isso foi criado enquanto eu seguia o tutorial do Jogo da Cobrinha do Bootcamp de Python da Angela Yu. O curso está disponível na Udemy aqui. ⚠️

desktop version of the old video game of pong

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).

About

The classic Atari game recreated in Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages