
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
flappysonic-client
Advanced tools
This is the client part of a Flappy Bird Like game featuring Sonic the Hedgehog.
You can get the package from npm with npm i flappysonic-client
You can also build it from surce cloning the project, navigate to its root folder and execute npm install for installing it's dependencies, and then npm run-script build for building it.
To embed this game in an html file createjs has to be loaded from its CDN first, then you can load bundle.js and the canvas where the game will be inserted like:
<html>
<head>
<script src="https://code.createjs.com/1.0.0/createjs.min.js" />
<script src="/scripts/bundle.js"/>
</head>
<body>
<canvas id="gameCanvas" width="320" height="288" />
</body>
</html>
I recommend checking as an example the official backend.
For executing the tests just execute npm test on the project's root folder.
Any suggestion, bug reports, or any other kind enhacements are welcome. Just open an issue first for creating a PR remember this project has linting checkings so any PR should comply with them before beign merged, this checks will be automatically applied when opening or modifying the PR's.
FAQs
Client part of a flappy bird like game featuring Sonic the Hedgehog
We found that flappysonic-client demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.