Coder Social home page Coder Social logo

cuddly-system's Introduction

cuddly-system

Project for Spring 2016 Marking Period 2 Software Development with Mr. Brown

Group Members

Member Github Role
Nellie Spektor [@nspektor] (https://github.com/nspektor) User Interface
Dillon Zhang [@dillzhang] (https://github.com/dillzhang) Backend JS

Assignment

Creating a visual display with multiple moving objects

Our Take

We decide to use canvas to represent multiple DVD logos Balls bouncing off the walls.

  • DVD Logos Balls can be created can be created with a selected velocity and size.
  • Their respective data is stored within a table for the user to see.
  • DVD Logos Balls run independently of each other.
  • DVD Logos Balls can be selected for deletion without affecting the others.

What's New!

  • In addition to changing initial velocity and sizes, one can also the color of a ball.
  • One can force balls that exceed a certain speed to change to red (as in bad) using the speed limit option.
  • Ball collision is now possible and will respect the properties of elastic collision.
  • Changed the driver to be a single function that calls all the balls' draw functions rather than each ball calling their own function.
    • This allowed for clean deletions of the balls and clearing of the screens.
    • A single call to clear screen would replace the deletion of each circle.
  • Added in .map() and .filter() calls.

Future Additions

  • Make DVD Logos collide with each other
    • Added optional collision
  • Offer different image types
    • Removed DVD Logos, but offered different color choices for balls
  • Make it look prettier

cuddly-system's People

Contributors

dillzhang avatar nspektor avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.