Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Deseteral committed Jul 10, 2023
1 parent 1bd1fdd commit 70fa4f3
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# alchimia-pd
# alchimia for Playdate

alchimia but Playdate
Lazy port of my Ludum Dare 51 game - [alchimia](https://github.com/Deseteral/alchimia) for [Playdate](https://play.date/) console.

For more information about the original game check out its [repo](https://github.com/Deseteral/alchimia) and [itch.io page](https://deseteral.itch.io/alchimia).

## Process
This port takes the original TypeScript source, runs it through [TypeScriptToLua](https://typescripttolua.github.io/) 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](https://github.com/orta) and [Andy Bayer](https://github.com/anderoonies) for creating the foundations of TSTL plugin required to get transpilation for Playdate up and running (more info in [this thread](https://devforum.play.date/t/playdate-sdk-with-typescript/369/20)).

## Building
```sh
yarn install && yarn build
```

To run the game in Playdate simulator:
```sh
yarn start
```

## License
This game is licensed under the [MIT license](LICENSE).

0 comments on commit 70fa4f3

Please sign in to comment.