Skip to content

hteumeuleu/closed-circuit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Closed Circuit

Closed Circuit

An unofficial port of Closed Circuit to Playdate. Closed Circuit is an original game by The4thAD made for the Black and White Jam #8.

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.

pdc ./Source ClosedCircuit.pdx

Level Design

This project uses LDtk 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 is an original Unity game by The4thAD.

The Playdate port was done by Rémi Parmentier.

Playdate is a registered trademark of Panic.

Thanks to NicMagnier for his PlaydateLDtkImporter library. And thanks to SquidGodDev for his LDtk video tutorial.

License

This project is under the MIT License. Assets like graphics and sounds are the property of their respective owners.