Skip to content
This repository was archived by the owner on Apr 27, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (16 loc) · 812 Bytes

README.MD

File metadata and controls

19 lines (16 loc) · 812 Bytes

Clay

a cross-platform, 2d game framework.
Built on top of Kha framework using Haxe language.

Installation

git clone --recursive https://github.com/clay2d/clay.git
haxelib dev clay2d path/to/clay2d

Command Line Interface

  • haxelib run clay2d init [ -t template ]: initialize a new project.
  • haxelib run clay2d build < target > [ --debug ]: build the current project.
  • haxelib run clay2d run < target > [ --debug ]: build and run the current project.
  • haxelib run clay2d server : launch server for html5 build.
  • haxelib run clay2d launch: launch build.
  • haxelib run clay2d collect [--clear, --verbose]: copy all libraries to project folder.
  • haxelib run clay2d clear < target >: remove project build files.