Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/darkdiesel/ipa-snake-game-js

Snake on javascript with Brick Game style
https://github.com/darkdiesel/ipa-snake-game-js

brick brick-game brick-game-simulator js snake-game

Last synced: 20 days ago
JSON representation

Snake on javascript with Brick Game style

Awesome Lists containing this project

README

        

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

![ipa snake game](assets/snake.jpg)

## Table of content
- [Install](#install)
- [Samples](#samples)
- [Usage](#usage)
- [Configuration](#configuration)
- [License](#license)

## Install
Download or install this repository to your project.

Install packages
```bash
npm install
```

## Samples
Samples in this game takes from site [rekkerd.org](https://rekkerd.org/mr-9999-brick-game-9999-in-1-samples/)

## 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

```html


```

## Configuration
Check **examples** folder.

_**Manual for configuration coming soon!**_

## License

The IPA Snake game is licensed under the [GPL-3.0](/LICENSE).