Skip to content

raluvy95/love2d-to-ts-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Love2D for TypeScript

This is a repo template which should be helpful for starters to get used with Love2D written in TypeScript

We use TypeScript to Lua, Lua JIT typing and Love2D typing to make your TS workstation have better experience

Installation

You need to have yarn and love installed in your system.

Run the following commands to install dependencies

$ yarn install

Build your game (game directory is where the compiled Lua located at)

$ yarn build

Packaging your game

It's basically same thing as typical love2d workstation, game directory is where compiled Lua comes from.

Package your game from that directory. Check out love2d wiki about it

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published