Deseteral / alchimia-pd

🎮 Playdate port of game I've made during Ludum Dare 51.

Home Page:https://deseteral.itch.io/alchimia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alchimia for Playdate

Lazy port of my Ludum Dare 51 game - alchimia for Playdate console.

For more information about the original game check out its repo and itch.io page.

Process

This port takes the original TypeScript source, runs it through TypeScriptToLua transpiler and compiles resulting Lua into pdx bundle.

TypeScript source is the original Ludum Dare version with minimal changes for platform specific stuff.

Special thanks to Orta Therox and Andy Bayer for creating the foundations of TSTL plugin required to get transpilation for Playdate up and running (more info in this thread).

Building

yarn install && yarn build

To run the game in Playdate simulator:

yarn start

License

This game is licensed under the MIT license.

About

🎮 Playdate port of game I've made during Ludum Dare 51.

https://deseteral.itch.io/alchimia

License:MIT License


Languages

Language:Lua 54.4%Language:TypeScript 45.2%Language:JavaScript 0.3%