29
DuckEngine - A 2D Game Library for the web
A 2D Game Library for the web.
- Collision Physics
- Sprites & Sprite sheets
- Many Game Objects
- Particle System
- Scenes
- Cameras
- Cutscenes
- Mobile Scaling
- Keyboard and Mouse input
- And a lot more
All demos are bundled with parcel-bundler and are all on codesandbox.
- Download the latest release.
- Set up webpack or parcel. (or any other bundler)
- Import DuckEngine.
- Read the docs.
- Run
npm install duckengine
. - Set up webpack or parcel. (or any other bundler)
- Import DuckEngine.
- Read the docs.
29