The Hathora Builder is a framework for building multiplayer games and other realtime applications.
Visit https://docs.hathora.dev/#/builder/
First, make sure you have node v16.12.0+ installed.
Then install the hathora cli from the npm registry:
npm install -g hathora
Clone an example hathora game:
git clone https://github.com/hathora/ship-battle.git
Inside the ship-battle
directory, start the Hathora dev server:
hathora dev
Finally, visit https://localhost:3001 to see the game in action (add multiple users by opening the same url in different tabs):
Instructions: Arrow keys to move, space bar to fire.
For a deeper introduction, take a look at the tutorial.
Here are some other example apps built with hathora:
Discord: https://discord.com/invite/hathora
To contribute to Hathora, first clone the repo:
https://github.com/hathora/hathora
Make sure you have ts-node
installed globally:
npm install -g ts-node
You can now invoke your local hathora cli as follows:
ts-node /path/to/hathora/cli.ts dev