/WP2018_C

Repository for WP2018 team C

Primary LanguageJavaScript

WP2018_C

Repository for WP2018 team C

Usage

  1. npm install to install the dependancies
  2. launch server in production mode using npm start, set the PORT environment variable to change the port(default 11070)
  3. browse localhost:11070 for about_us page, and /muzikuro for the game.

Files and Folders

assets/

Images and static files to be used in the game.

server/

Nodejs server implementation

src/

html,css and javascript for the about us page and the game page.