Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eagle #6

Open
wants to merge 12 commits into
base: eagle
Choose a base branch
from
Open

Eagle #6

wants to merge 12 commits into from

Commits on Nov 18, 2014

  1. Configuration menu
    Copy the full SHA
    2355d88 View commit details
    Browse the repository at this point in the history
  2. Removed the colour function from view_boids.py and made it a property…

    … of the eagle and starling classes in boids.py.
    AndrewHallam committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    a01799d View commit details
    Browse the repository at this point in the history
  3. Made a number of changes in order to make the code work as intended. …

    …Firstly, seperation and seperation_sq were made functions of the boid super class. Secondly colour methods were added to both subclasses. Thirdly the boids class was changed so the code would work properly.
    AndrewHallam committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    750bc94 View commit details
    Browse the repository at this point in the history
  4. test_boids.py was changed to account for the changes made to the clas…

    …s structure of the code. Specifically the last three tests were changed so they used the Starling class rather than the boid class.
    AndrewHallam committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    b8c356f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    672e9b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    80ea276 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    454471c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b2a540c View commit details
    Browse the repository at this point in the history
  9. Created the BoidBuilderRandom and BoidBuilderData subclasses. I also …

    …renamed the Boids class to BoidsModel to avoid any confusion in the code.
    AndrewHallam committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    6ff849a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8c3b5ac View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2014

  1. Configuration menu
    Copy the full SHA
    980f70e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a8fe8e View commit details
    Browse the repository at this point in the history