neil585456525 / phaser-3-snake-game

A Phaser 3 demo project based on the "Snake Plissken" tutorial published on Phaser World #85.

Home Page:https://rblopes.github.io/phaser-3-snake-game/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Phaser 3 demonstration project powered by Gulp and Webpack, based on the tutorial titled "Snake Plissken", published on Phaser World #85.

NOTE: This repository is not a Phaser 3 project template. If you're looking for a easier way to start a new game project from scratch, generator-phaser-plus is your best bet.

Screenshots
Screenshot
Screenshot

Game Controls

Use the left () and right () arrow keys to rotate and change direction.

For every five pieces of food eaten, the speed increases.

Instructions for Developers

NOTE: It is highly recommended that you have the latest long-term support (LTS) release of Node.js installed to use this project. Yarn is the preferred package manager to manage dependencies.

Clone this repository and install the project dependencies using yarn. To play the sample game, just run yarn start.

License

Distributed under the terms of the MIT License. Portions of the game code are derived from a previous work by Richard Davey (@photonstorm).

About

A Phaser 3 demo project based on the "Snake Plissken" tutorial published on Phaser World #85.

https://rblopes.github.io/phaser-3-snake-game/

License:MIT License


Languages

Language:JavaScript 98.0%Language:HTML 2.0%