phaser-maze-game

1.1.5 • Public • Published

Phaser Maze Game

A maze game built inside of a React component using the Phaser Game Framework.

The source code is available on GitHub.

Click here for a demo!

Installation

$ npm install phaser-maze-game --save
import { Component } from 'react';
import Game from 'phaser-maze-game';

class SomeComponent extends Component {
    render() {
        return (
            <p>Phaser Maze Game</p>
            <Game />
        );
    }
}

Package Sidebar

Install

npm i phaser-maze-game

Weekly Downloads

0

Version

1.1.5

License

MIT

Unpacked Size

42.1 kB

Total Files

4

Last publish

Collaborators

  • wjxhenry