Create a project

ProjectCreator.py

ProjectCreator.py is located at Rapid2D/tool/ProjectCreator.py. It clone samples/test to projects/xxx, then change package name to user specified.

Usage

NAME
    ProjectCreator --

SYNOPSIS
    ProjectCreator [-h] -p packageName [-l]

    -h show help
    -p packageName: com.mydomain.gamename
            Package name should use a full english characters with lowercase.
            The Prefix is always a top-level domain.
    -l default screen orientation is portrait, this change it to landscape

Note: Default screen orientation is portrait.

Example

$ProjectCreator.py -p org.rapid2d.newgame