Skip to content
This repository has been archived by the owner on Jun 1, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 286 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 286 Bytes

Multiplayer game using websockets and elm

Install

Elm

First install elm on your computer

cd elm
elm package install

NodeJS

First install node.js on your computer

cd nodejs
npm install