https://github.com/hteumeuleu/closed-circuit
An unofficial port of the indie game for the Playdate
https://github.com/hteumeuleu/closed-circuit
playdate playdate-console
Last synced: 3 months ago
JSON representation
An unofficial port of the indie game for the Playdate
- Host: GitHub
- URL: https://github.com/hteumeuleu/closed-circuit
- Owner: hteumeuleu
- License: mit
- Created: 2023-05-09T14:26:54.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-16T06:59:50.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T17:15:51.503Z (5 months ago)
- Topics: playdate, playdate-console
- Language: Lua
- Homepage: https://hteumeuleu.itch.io/closed-circuit
- Size: 1.95 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Closed Circuit
An unofficial port of Closed Circuit to Playdate. [Closed Circuit](https://the4thad.itch.io/closed-circuit) is an original game by [The4thAD](https://the4thad.itch.io/) made for the [Black and White Jam #8](https://itch.io/jam/black-and-white-jam-8/rate/1481421).
> A short puzzle game where you find a way to power lights with a single 9-volt battery and a long piece of wire.
## Compilation
The `.pdx` available for download has been compiled on macOS. If you play on another system, you’ll need to recompile the game. You can do this by cloning this repository and executing the following command from the root of the project.
```sh
pdc ./Source ClosedCircuit.pdx
```## Level Design
This project uses [LDtk](https://ldtk.io/) to recreate the original game’s level designs. You can edit `Source/Levels/world.ldtk` to modify existing levels or add new ones.
If you want to add new levels, make sure to name them in the format `Level_x` where `x` is the next available number.
## Credits
[Closed Circuit](https://the4thad.itch.io/closed-circuit) is an original Unity game by [The4thAD](https://the4thad.itch.io/).
The Playdate port was done by [Rémi Parmentier](https://github.com/HTeuMeuLeu).
Playdate is a registered trademark of [Panic](https://panic.com/).
Thanks to [NicMagnier](https://github.com/NicMagnier/) for his [PlaydateLDtkImporter](https://github.com/NicMagnier/PlaydateLDtkImporter) library. And thanks to [SquidGodDev](https://github.com/SquidGodDev) for his [LDtk video tutorial](https://www.youtube.com/watch?v=7GbUxjE9rRM).
## License
This project is under the [MIT License](LICENSE). Assets like graphics and sounds are the property of their respective owners.