PsichiX / global-game-jam-2020

Global Game Jam 2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

global-game-jam-2020

Global Game Jam 2020

Installation

  1. Make sure that you have latest node.js with npm tools installed (https://nodejs.org/)
  2. Make sure that you have latest wasm-pack toolset installed (https://rustwasm.github.io/wasm-pack/installer/)
  3. Make sure that you have latest oxygengine-ignite application installed (from project repository releases)
  4. go to ggj20-game and type npm install to install all NodeJS dependencies

Building for development and production

  • Launch live development with hot reloading (app will be automatically recompiled in background):
npm start
  • Build production distribution (will be available in /dist folder): with debug symbols:
    npm run build
    optimized release mode:
    OXY_RELEASE=1 npm run build
  • Build crate without of running dev env:
cargo build

Asset licences

Music from http://ncs.io/FearlessID

  • "Fearless" by TULE

Music from https://filmmusic.io

About

Global Game Jam 2020

License:MIT License


Languages

Language:Rust 98.5%Language:JavaScript 1.1%Language:HTML 0.5%