This is the starting point for our entry to the 49th Ludum Dare game jam.
You must have Yarn installed globally and LÖVE 2D 11.3 available on your PATH
.
yarn # To install dependencies
yarn build # To build the game
yarn start # To run the game
We recommend using Visual Studio Code as your editor with the following plugins installed:
- Draw.io Integration for diagram support
- ESLint for in-editor linting and formatting
- Local Lua Debugger to add debugging support
To watch for changes to code or to resources, run
yarn build:watch:all
- cromo
- Zachery Delafosse
- zeta0134
- LÖVE 2D (docs) for being an awesome framework for game development
- Based on love-typescript-template, which provides a starting point for getting started with TypeScriptToLua with LÖVE 2D and love-typescript-definitions
- Made possible by TypeScriptToLua (docs)