Skip to content

hathora/platformer-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!