A 2D Game Library for the web.
https://github.com/ksplatdev/DuckEngine
Features
- Collision Physics
- Sprites & Sprite sheets
- Many Game Objects
- Particle System
- Scenes
- Cameras
- Cutscenes
- Mobile Scaling
- Keyboard and Mouse input
- 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
- Download the latest release.
- Set up webpack or parcel. (or any other bundler)
- Import DuckEngine.
- Read the docs.
NPM
- Run
npm install duckengine
. - Set up webpack or parcel. (or any other bundler)
- Import DuckEngine.
- Read the docs.
Top comments (2)
Cool! Congrats for v1 👍
Starred ⭐️
Thanks!