DEV Community

ksplat
ksplat

Posted on

DuckEngine - A 2D Game Library for the web

DuckEngine

A 2D Game Library for the web.

https://github.com/ksplatdev/DuckEngine

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.

Space Shooter Game

Test Template

Particle Test

Tilemap test

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

MIT

Top comments (2)

Collapse
 
daviddalbusco profile image
David Dal Busco

Cool! Congrats for v1 👍

Starred ⭐️

Collapse
 
ksplatdev profile image
ksplat

Thanks!