Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 973 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 973 Bytes

F28WP-Optimize-Prime-MMOG

Navigate inside the root directory and run command npm install then npm start to start the server. The default port is 3000 so the server will start on http://localhost:3000

Demo Video

Code conventions:

camelCase naming - e.g. likeThis

  • Variables: Start with a lower case for variable names.

    • e.g. int thisIsAVariable
  • Functions: Start with an upper case for function names.

    • e.g. int ThisIsAFunction();

Project maintenance conventions:

  • Files: camelCase with a starting lower case for file names.
    • e.g. homePage.html; style.css; canvas.js; playerModel.jpg;
    • README still in caps because it's special <3

Contributors

Harry

Dawid

Pyra

Adrian

Craig