Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pythonprobr/pythonbirds
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: simples
Choose a base ref
...
head repository: felipeno/pythonbirds
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: simples
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 9 files changed
  • 1 contributor

Commits on Mar 2, 2021

  1. Configuration menu
    Copy the full SHA
    b48b24a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dde091 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c22d3e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2274202 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    799c9eb View commit details
    Browse the repository at this point in the history
  6. Criado método de classe e método estático, onde no primeiro eu tenho …

    …acesso aos atributos da classe e no segundo é um método indiferente da classe.
    felipeno committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    7298973 View commit details
    Browse the repository at this point in the history
  7. Começo de implementação do módulo carro com as classes motor, direção…

    … e carro (estudando composição)
    felipeno committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    c9f90a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Finalizada a implementação do jogos PythonBirds.

    Assuntos abordados:
    Programação Procedural (tipos básicos, iteração, modularização);
    OO (classe e composição, herança);
    Framework de testes (unittests).
    felipeno committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    470ba16 View commit details
    Browse the repository at this point in the history
Loading