Skip to content

acleverpun/letsgoonanadventure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An adventure game prototype

An adventure prototype built on our skeleton.

Dependencies

Assuming Node.js is installed, the others may be installed via npm.

$ npm install -g bower
$ npm install -g broccoli-cli

Setup

# we have this run `bower install` as well, or else that too would be necessary
$ npm install

Development

The .js files in app/ get transpiled and concatenated into a file named main.js. Everything in public/ gets served directly.

Running

$ broccoli serve

Building for distribution

We have yet to hit this point, but it will be along the lines of running broccoli dist.

About

Adventure game prototype built from our skeleton

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published