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: kinggavin/PythonShootGame
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Kill-Console/PythonShootGame
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 2 files changed
  • 6 contributors

Commits on Nov 27, 2014

  1. edited readme

    sofiangrh committed Nov 27, 2014
    Configuration menu
    Copy the full SHA
    208f8f9 View commit details
    Browse the repository at this point in the history
  2. edited readme

    sofiangrh committed Nov 27, 2014
    Configuration menu
    Copy the full SHA
    cf276ca View commit details
    Browse the repository at this point in the history
  3. Update README.md

    sofiangrh committed Nov 27, 2014
    Configuration menu
    Copy the full SHA
    04acff4 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    sofiangrh committed Nov 27, 2014
    Configuration menu
    Copy the full SHA
    f9d1d45 View commit details
    Browse the repository at this point in the history
  5. Added screenshot

    sofiangrh committed Nov 27, 2014
    Configuration menu
    Copy the full SHA
    c4d88c9 View commit details
    Browse the repository at this point in the history
  6. Added screenshot

    sofiangrh committed Nov 27, 2014
    Configuration menu
    Copy the full SHA
    2bc902e View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2014

  1. Merge pull request Kill-Console#4 from sofianugraha/master

    Added Some Screenshot README.md
    Kill-Console committed Dec 1, 2014
    Configuration menu
    Copy the full SHA
    d5719fb View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2015

  1. Enemy at bottom fix

    An enemy should be removed when it reaches bottom of the screen, not when it's over the top of it.
    Reno-Greenleaf committed Jan 28, 2015
    Configuration menu
    Copy the full SHA
    053bc64 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2015

  1. Update README.md

    add license
    Kill-Console committed Dec 9, 2015
    Configuration menu
    Copy the full SHA
    3c2047b View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2016

  1. resolve integer division in python3 environment

    if run the logic in python3 environment, you'll get below error
    
    ```
    TypeError: list indices must be integers or slices, not float
    ```
    
    using `//` to get the Python2.6 behaviour back, now it works well in both two python version
    L-Jovi committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    0e5cd6b View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2016

  1. Merge pull request Kill-Console#6 from Reno-Greenleaf/patch-1

    Enemy at bottom fix
    Kill-Console authored Jun 24, 2016
    Configuration menu
    Copy the full SHA
    5f62be2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Kill-Console#7 from L-Jovi/patch-1

    resolve integer division in python3 environment
    Kill-Console authored Jun 24, 2016
    Configuration menu
    Copy the full SHA
    45f9082 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2016

  1. Update README.md

    Kill-Console authored Jun 29, 2016
    Configuration menu
    Copy the full SHA
    58a3d44 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. Update README.md

    Kill-Console authored Mar 15, 2019
    Configuration menu
    Copy the full SHA
    7a1bb87 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Kill-Console authored Mar 15, 2019
    Configuration menu
    Copy the full SHA
    77637b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2020

  1. Configuration menu
    Copy the full SHA
    43b5f64 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2020

  1. Configuration menu
    Copy the full SHA
    1bb9552 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. Update README.md

    Kill-Console authored Dec 29, 2020
    Configuration menu
    Copy the full SHA
    a7b3dbd View commit details
    Browse the repository at this point in the history
Loading