Husky Engine is a 2D HTML5 Gaming Engine powered by Node.js and WebRTC. This repository contains the Client, Common, Editor, Server, and Web repositories as submodules.
- In order to clone this repository, you need to add
--recursive
to your clone command.
git clone --recursive https://github.com/HuskyEngine/Engine
- Next, use npm or yarn (recommended) to fetch and setup your node modules.
- Finally, you can launch the web server and game server together using
npm start
.