Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 751 Bytes

README.md

File metadata and controls

40 lines (32 loc) · 751 Bytes

CLAD

Sci-Fi point and click adventure game

Play the game

https://clad.jsn.co/clad.html

Dev Setup

  • npm install -g typescript
  • npm install
  • npm install -g webpack
  • npm install -g webpack-cli

Build

  • webpack --watch

Run

  • cd ./dist/build
  • open clad.html in browser (for game)
  • open editor.html ibn browser (for editor) =======

CLAD

Sci-Fi point and click adventure game

Play the game

https://clad.jsn.co/clad.html

Dev Setup - Use other command prompt not powershell

  • npm init
  • npm install -g typescript
  • npm install
  • npm install -g webpack
  • npm install -g webpack-cli

Build

  • webpack --watch

Run

  • cd ./dist/build
  • open clad.html in browser (for game)
  • open editor.html ibn browser (for editor)