Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 520 Bytes

File metadata and controls

10 lines (8 loc) · 520 Bytes

Husky Engine

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.

Getting Started

  • 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.