Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/darkdiesel/ipa-snake-game-js
- Owner: darkdiesel
- License: gpl-3.0
- Created: 2024-01-22T21:04:50.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-14T07:03:26.000Z (7 months ago)
- Last Synced: 2024-05-14T08:27:03.799Z (7 months ago)
- Topics: brick, brick-game, brick-game-simulator, js, snake-game
- Language: JavaScript
- Homepage:
- Size: 405 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).