darkdiesel / ipa-snake-game-js

Snake on javascript with Brick Game style

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IPA Snake Game

My adaptation of snake game on javascript. The game was created as part of learning the javascript language

ipa snake game

Table of content

Install

Download or install this repository to your project.

Install packages

npm install

Samples

Samples in this game takes from site rekkerd.org

Usage

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>

Configuration

Check examples folder.

Manual for configuration coming soon!

License

The IPA Snake game is licensed under the GPL-3.0.

About

Snake on javascript with Brick Game style

License:GNU General Public License v3.0


Languages

Language:JavaScript 99.0%Language:SCSS 1.0%