An open API service indexing awesome lists of open source software.

https://github.com/defold/template-html5-poki

Template project for HTML5 games on Poki
https://github.com/defold/template-html5-poki

Last synced: 4 months ago
JSON representation

Template project for HTML5 games on Poki

Awesome Lists containing this project

README

          

# Poki Game Template

Template project for HTML5 games on [Poki](https://poki.com/). This project is configured specifically for HTML5 games released on Poki. The project has the latest version of Poki SDK added as a *game.project* dependency.

Note: When you beging working on your own Poki game it is recommended to lock which version of the Poki SDK you are using to ensure that your game runs without problems. Pick a Poki SDK version from the [list of releases](https://github.com/defold/extension-poki-sdk/releases) and update the Dependencies field in *game.project* to use this version.

## Poki

[Poki](https://poki.com/) is an online playground where players and game developers come together to play and create. The games on Poki are created by a diverse global game developer community.

Head over to the [Defold Poki SDK documentation](https://defold.com/extension-poki-sdk/) and the [Poki for Developers page](https://developers.poki.com/) to learn how integrate the Poki SDK in your game and how to join the Poki developer community.

## Defold for HTML5

Learn more about HTML5 game development using Defold in the [official Defold documentation](https://defold.com/manuals/html5/). Pay extra attention to the [section on how to optimize your Defold game for HTML5](https://defold.com/manuals/html5/#optimizations)