Skip to content

rexapex/CLAD-The-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)