
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
duckengine
Advanced tools

v2.0.0 released! Changelog
| Docs | Wiki | Getting Started | Demos | Download |
A 2D Game Engine for the web.
npm install duckengine.Learn how to use DuckEngine with simple, clean, documentation with typings and more.
Ask questions, share ideas, engage with the community, and share your work with DuckEngine Discussions.
Read and learn about DuckEngine with the DuckEngine wiki.
How to use DuckEngine with Typescript.
Not working ? Add the following to your tsconfig.json
{
"typeRoots": [
"./node_modules/@types",
"path_to_duckengine_index.d.ts"
],
"types": [
"DuckEngine"
]
}
The Duck Namespace has types such as gameobject, every class config, all classes, and more.
yarn upgrade.yarn run build or ctrl + shift + b for vscode users.yarn run test - Opens the codesandbox test.yarn run build - Compiles typescript, bundles files, creates minified version, builds docs, and copies package.json to dist.yarn run build:docs - Uses TypeDoc to build docs.yarn run webpack - Bundles files in lib directory.yarn run minify - Uses uglifyjs to minify bundled file.yarn run format - Uses Prettier to format files.yarn run format:watch - Watches for changes and formats once changes are saved.yarn run lint - Uses ESLint to lint all files in the src directory.yarn run lint:watch - Watches for changes and fixes all fixable issues found by ESLint.yarn run lint:fix - Uses ESLint to fix all fixable issues found by ESLint.yarn run tree - Prints out all files and directories used in readme.yarn run serve - Serves the docs on :8080.yarn run checkout - Runs the checkout shell script with bash. Run before thinking about publishing a release.DuckEngine follows SemVer.
The cube in the DuckEngine Logo is by José Manuel de Laá from the Noun Project.
Bleart Emini
FAQs
A 2D Game Engine for the web.
The npm package duckengine receives a total of 46 weekly downloads. As such, duckengine popularity was classified as not popular.
We found that duckengine demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.