Contains template projects for getting started with tokTales Engine.
These templates are meant to be used as starting points from which to develop an application using this project. There are multiple templates, each for different use cases, focused mainly on the platform support they provide.
For more resources see Resource Hub.
Download a template project, replace all placeholder values with your own and start developing.
- Clone or download this repository
- Choose template and copy project folder to target location
- Rename template project folder to target project name
- Rename Java packages to target project package names
- Android: Set value of
package
in AndroidManifest.xml to target application package - Android: Set value of
applicationId
in Android build.gradle to target application id - Desktop: Adjust value of
mainClassName
in Desktop build.gradle, if necessary
- Android: Set app display name
Replace the value of theapp_name
resource entry in res/values/strings.xml. - Set root project name explicitly
Add linerootProject.name='<projectname>'
to settings.gradle. - Prefix subproject names with target project name (e.g.
desktop
becomes<projectname>-desktop
)
Rename subproject folders and replace names in settings.gradle and build.gradle files.