ts-defold / tsd-template-yagames

Yandex Games Template
https://ts-defold.dev/tsd-template-yagames/
MIT License
8 stars 1 forks source link
defold lua ts-defold-template typescript

Yandex Games TypeScript Template

Chat with us!

A dev environment for Defold pre-configured to use the Yandex Games SDK that transpiles TypeScript into lua using TypeScriptToLua.

Features

Bonus

Note that you will need to have Node.js installed.

Quick Start

Installation

  1. Use npx @ts-defold/create my-gamejam-masterpiece --template yagames

  2. Generate

npm run build # Transpile the TypeScript files to lua
# or
npm run dev # Watch for changes and regenerate files on save
  1. Code
code .
  1. Open app/game.project in Defold

TypeScript :heart: Defold