Skip to content

hathora/among-us-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Among Us

Overview

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/

Instructions

  • Click 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/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!