My adaptation of snake game on javascript. The game was created as part of learning the javascript language
Download or install this repository to your project.
Install packages
npm install
Samples in this game takes from site rekkerd.org
Check examples folder how o use snake. Actions, settings, controls are optionals. All what you just need add css and js to your page, create html tag and add
<div data-ipa-snake-game="init"></div>
Check examples folder.
Manual for configuration coming soon!
The IPA Snake game is licensed under the GPL-3.0.