Skip to content

Deseteral/alchimia-pd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.