Skip to content

BAANG/Mogshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mogshop

Mogshop is virtual command line interface storefront, loosely based around items and currency(gil) that exists in the roleplaying game series, Final Fantasy. Mogshop simulates a storefront in that you have a finite amount of currency that you can then spend on buying several many of the numerous items available in the storefront.

Mogshop was created primarily through Javascript and supplemental packages provided and utillized through Node.js. I also utilized mySQL in order to dynamically store and retrieve the storefront data.

Screengrab of Main Menu Screengrab of Shop Window


How to Install/Use:

  1. Clone down repository.
  2. Install required Node.js packages with:
    $ npm install
    
  3. Create database/tables defined in mogshop.sql in MySQL Workbench.
  4. Run mogshopOpen.js via Node.js.
    $ node mogshopOpen.js
    
  5. Buy as many items as you want with your 1,000,000 gil allowance!

Technologies Used

About

CLI-based application w/ MySQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors