Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 1.32 KB

File metadata and controls

17 lines (17 loc) · 1.32 KB

CopperCode

CopperCode is a template for the free version of CopperCube 6 that:

  • Focuses on a code-first approach to development using Visual Studio Code.
    • Changes easily tracked using version control software like Git and Perforce.
    • Easily searchable and JS/TS autocomplete within VS Code.
    • Allows for more complexity in systems.
  • Uses Typescript and Webpack to compile .ts and .js files into a minimized file readable by CopperCube.
  • Uses npm for package management, which allows this template to come built-in with:
    • Crash 2D collision library.
    • TypeFlex UI layout library.
    • Various shims and polyfills to allow ES2020 spec javascript to work in CopperCube.

Quickstart

The template comes with a simple 2D platformer setup. Run it with the following steps:

  1. Install Node.JS for access to npm.
  2. Install Visual Studio Code.
  3. Install F5 Anything in VS Code.
  4. Add the entire folder to VS Code and press "F5" to run the template.