Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 970 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 970 Bytes

Multiplayer 2D Platformer Tutorial

Overview

Built using Hathora and Phaser

Step-by-step tutorial on how to build this game: https://docs.hathora.dev/#/builder/tutorial_platformer

Assets from https://pixelfrog-assets.itch.io/pixel-adventure-1

Try it at https://platformer-tutorial.netlify.app/

Instructions:

  • Arrow keys to move
  • Join the same game instance by copying the url

image

Running locally

First make sure you have nodejs and hathora installed.

Next clone this repository:

git clone https://github.com/hathora/platformer-tutorial.git

Finally, cd into platformer-tutorial and run hathora dev. Once the command runs, visit http://localhost:3001 in your browser to see the working application!