Skip to content

nikkicoll/ggscript

 
 

Repository files navigation

ggscript alt text

GGScript is an educational platform for teaching users the fundamentals of Phaser and game development theory. Our mission is to provide an intuitive and seamless experience and provide opportunities for people to hone their coding and game creation skills.

##Table of Contents

##Team Members

##Tech Stack

##Starting the App

  • Clone this repo as well as the GGShell repository

  • Run npm install within your terminal to download the depndencies for both repos.

  • If this is the first time you are starting GGScript you need to navigate to the config file and add your Postgres credentials to the databaste.credentials.example.js file and rename it to databaste.credentials.example.js. Repeat the same steps for auth.example.js with the Google Auth credentials you can get from Google Developer Console.

  • Within the GGScript repo run node db/seed.js to seed your Postgres database and create your initial tables.

  • Within your terminal run node server/server.js on both repos.

  • You can now access GGScript from http://127.0.0.1:3000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.5%
  • CSS 16.5%
  • HTML 1.0%