@dip-in-milk/snake

1.0.0-1 • Public • Published

Snake Game Engine

NPM version Build Status Coverage Status GitHub issues GitHub stars Slack

Install

npm install --save @dip-in-milk/snake

API

import Snake from '@dip-in-milk/snake';

// create a new Game with width and height
const game = new Game(20, 20);

// create a new Player
const player1 = new Player(game);

// add a fruit
game.gameObjects.push(new Fruit());

// start ticking :)
setInterval(() => game.tick(), 100);

Readme

Keywords

Package Sidebar

Install

npm i @dip-in-milk/snake

Weekly Downloads

1

Version

1.0.0-1

License

MIT

Unpacked Size

27.9 kB

Total Files

28

Last publish

Collaborators

  • teneff