OOP work

Basically my idea is to create a 3D effects sketch in 2D environment. And here is the link.

If you click “DOWN”, small snow will turn to medium snow. And if you click “UP”, it will change to great heavy snow.

Because the size and speed of each piece of snow is different according to its depth. So I use class to make ellipses looks like they are not in the same surface.

And now I’m trying to create more stuffs(like trees, road and so on) to make it more real.