DEV Community

Cover image for Find out how this fun physics game was made
Dr Abstract
Dr Abstract

Posted on

Find out how this fun physics game was made

You can play the game to keep Noodle's hair on here https://codepen.io/danzen/pen/agbbRv. ZIM now has integrated physics to make the Box2D (angry birds) physics engine much much more manageable.

Here is the ZIM Physics Mini-site.

It is as easy as:

new Circle().center().addPhysics() 
Enter fullscreen mode Exit fullscreen mode

and the circle will fall to the ground.

See the DOCS on Physics for more commands.


If you have not checked out the Canvas recently - you simply must! Here is the ZIM Dev Site and some In-depth Guides by Dr Abstract including Your Guide to Coding Creativity on the Canvas.

Top comments (0)