Skip to content

hathora/3d-platformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hathora 3D-Platformer

A demo 3D-platformer utilizing Hathora Builtkits alongside Enable3D.

A screenshot of the 3D platformer running.

Running locally

To run locally:

HATHORA_APP_ID=<appId>
HATHORA_APP_SECRET=<appSecret>
  • Start server: inside server directory run npm start (remember to npm install first)
  • Start client: inside client directory run npm start (remember to npm install first)