s9v / zepcode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZEP Script App Template

Template for ZEP Script app.

Directory Structure

📦Project Root
 ┣ 📂res
 ┣ babel.config.js
 ┣ main.ts
 ┣ package.json
 ┣ tsconfig.json
 ┗ yarn.lock
  • 📂res: Put all the resources(images, sounds) of the app inside this folder.
  • babel.config.js: Babel configuration file.
  • main.ts: Main entry file of the app. The name of this file should not be changed.
  • package.json: Package.json file.
  • tsconfig.json: TypeScript configuration file.
  • yarn.lock: Yarn lock file.

Usage

Build the project

You need to build the project before you can archive your project.

yarn build

Archive the project

Archive the project by running the following command. You can upload the generated project archive in the ZEP desktop website.

yarn archive

ZEP Script API Documentation

Information to run app

  1. MainApp.zip - Normal app
  • MainApp.zip is uploaded onto ac as a normal app and linked to the respective maps within the space which requires it's function.
  • Garden plots outside houses can have crops planted by player: press [P] to plant seed, [F] to water and harvest the crop eventually.
  • Cart area can allow user to view google map street view by pressing [Q] standing infront of the notice board.
  1. puzzle -

About


Languages

Language:HTML 82.2%Language:TypeScript 17.6%Language:JavaScript 0.2%