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/
- Arrow keys to move
- Join the same game instance by copying the url
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!