Skip to content

An Overcook-inspired browser game to showcase SUTD's Fabrication Lab for SUTD Open House 2021

Notifications You must be signed in to change notification settings

nicolefranc/sutd-fablab-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fablab Game

Prerequisites

  • Node.js
  • npm

Getting Started

Go to project folder after cloning the repo and install dependencies

npm install

Start development server

npm run start

To create a production build:

npm run build

Production files will be placed in the dist folder. Then upload those files to a web server. 🎉

Project Structure

    .
    ├── dist
    ├── node_modules
    ├── public
    │   ├── images
    │   ├── music
    │   ├── sfx
    │   ├── sprites
    ├── src
    │   ├── scenes
    │   │   ├── Game.js
    │   │   ├── TitleScene.js
    │   ├── index.html
    │   ├── main.js
    ├── package.json

About

An Overcook-inspired browser game to showcase SUTD's Fabrication Lab for SUTD Open House 2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published