Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rexapex/clad-the-game
- Owner: rexapex
- Created: 2018-03-27T09:55:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-21T10:12:33.000Z (about 2 years ago)
- Last Synced: 2024-07-30T16:49:53.611Z (7 months ago)
- Topics: 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
- Language: TypeScript
- Size: 12.5 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)