DuckEngine - A 2D Game Library for the web

A 2D Game Library for the web.

Features

  1. Collision Physics
  2. Sprites & Sprite sheets
  3. Many Game Objects
  4. Particle System
  5. Scenes
  6. Cameras
  7. Cutscenes
  8. Mobile Scaling
  9. Keyboard and Mouse input
  10. And a lot more

Demos

All demos are bundled with parcel-bundler and are all on codesandbox.

Download

Github

  1. Download the latest release.
  2. Set up webpack or parcel. (or any other bundler)
  3. Import DuckEngine.
  4. Read the docs.

NPM

  1. Run npm install duckengine.
  2. Set up webpack or parcel. (or any other bundler)
  3. Import DuckEngine.
  4. Read the docs.

License

28