-
.elasticbeanstalk: Core Elastic Beanstalk configuration -
.ebextensions: Optional Elastic Beanstalk configuration -
node_modules: Node modules -
Public: Content served by the express serverstatic- Static files
imagesjsstyleindex.html: Client-side application entrypoint
-
app.js: Server-side application entrypoint -
package.json: Nodejs configuration
The application uses the Nodejs express module to serve content. The logic is defined in app.js, and the overall entrypoint is given in the scripts.start entry in the package.json file.
Put application entrypoint logic inside public/static/index.html
Put Javascript inside the pubic/static/js directory
Put stylesheets and sass inside the public/static/style directory
Put static image assets inside the public/static/images directory
- On top of a puzzle game, create an environment which allows for free experimentation of appearance, and normalizes it changing on a regular basis in a variety of situations. This is done by presenting regular opportunities to recreate the appearance of thier avatar at every level, within a range of scenarios.
- Bejeweled game clone
- Match clothing
- Multiple levels
- Avatar customization at each level
- Those who may be questionning