Built using https://github.com/hathora/hathora
Step-by-step tutorial on how to build this game: https://docs.hathora.dev/#/builder/tutorial_among_us
Assets from https://www.spriters-resource.com/pc_computer/amongus/
Try it at https://among-us-tutorial.surge.sh/
- Click 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/among-us-tutorial.git
Finally, cd
into among-us-tutorial
and run hathora dev
. Once the command runs, visit http://localhost:3001 in your browser to see the working application!