Skip to content

MeowWolf/wig-plotzo-game

Repository files navigation

  • 🏃 D-Pad, Left Stick, Arrow Keys or WASD keys to move.
  • 👊 Press X (xbox), H, O or Enter to punch.
  • :rage3: Press A (xbox), J, P or Backspace to kick.

Here are some hints.

  • Move, move, move. Don't let the enemies surround you. Try to stack them together and then hit them.
  • Kicks knock enemies back farther than punches, but they do less damage.
  • Get food to heal yourself. The bigger the dish, the more hitpoints you'll get restored. Also, make sure you look behind the objects in each level.

Development

Requirements

Installation

npm i

Running a dev server

npm start

or

npm run dash

(you'll need extra RAM)

Default address is http://0.0.0.0:3000

Get a production build

npm run build

Open Source Tools

Notable tools used to create this game.

  • Phaser - A fun, free and fast 2D game framework for making HTML5 games.
  • Tiled - Your free, easy to use and flexible tile map editor.
  • TexturePacker - Be smart - Let TexturePacker collect the sprites.
  • GIMP - The Free & Open Source Image Editor.
  • Visual Studio Code - Free & Open Source code editor.