Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rexapex/clad-the-game

Sci-Fi point and click adventure game
https://github.com/rexapex/clad-the-game

adventure adventure-game game gamedev html html-css html5 html5-audio html5-canvas html5-game javascript point-and-click sci-fi sci-fi-game typescript

Last synced: 10 days ago
JSON representation

Sci-Fi point and click adventure game

Awesome Lists containing this project

README

        

# 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)