/phaser-grid-move

A Phaser test project. The idea is to test moving a character in steps on a grid map.

Primary LanguageTypeScriptMIT LicenseMIT

Grid-move

A Phaser test project. The idea is to test moving a character in steps on a grid map.

Running instructions

Clone the repo and run:

npm install
npm run dev

The "game" will run in localhost in watch mode and you can start making changes to it.