Skip to content

Game testing and review site for 2DGD students using the MEAN.io framework and hosted on OpenShift

License

Notifications You must be signed in to change notification settings

Ripley6811/2DGD-Gamenote-Website

Repository files navigation

Game Testing and commenting website for 2DGD students

Instructions

After logging in, click on "Create New Game" to add a post linking to your game site. Also create an optional screenshot to display on this website and add the link to the post.

Whenever you make changes to your game, edit the "Version ID" in the post and the game link if you store the new version in a different location. Each comment shows which version it referred to.

TODO:

  • Homepage redirects automatically to /games page whenever logged in.
  • Fix google login redirect. Shows as /#, but should be /#!/ or /#!/games.
  • Preserve newlines in comments.
  • Change tab icon.
  • Add email notification option when comments are added.
  • Tile no-login homepage with game images

Setup notes

Auth setup

Hosted on OpenShift.

production.js

Changed 'http://localhost:3000/auth/github/callback' to 'http://gamenote-2dgd.rhcloud.com/auth/github/callback'. Looks the same on GitHub.

development.js

Changed 'http://localhost:3000/auth/github/callback' to 'http://localhost:1337/auth/github/callback'.

  http: {
	port: '1337',  // Port for web site
  },
  hostname: 'localhost',  // Host for web site

About

Game testing and review site for 2DGD students using the MEAN.io framework and hosted on OpenShift

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published