CTC: Connect The Current is a game where you have a power source, and you have to direct the power lines to houses by rotating them into the correct direction.
Find a file
csd4ni3l 898491ed45
All checks were successful
Build and Release / Build and Release (push) Successful in 13m51s
Remove Youtube Video
2026-06-09 19:16:51 +02:00
.forgejo/workflows Update for Forgejo Actions 2026-06-08 17:05:21 +02:00
assets Add house and power source textures, improve tutorial, update arcade to latest 2025-11-09 22:14:19 +01:00
game Add house and power source textures, improve tutorial, update arcade to latest 2025-11-09 22:14:19 +01:00
menus Add house and power source textures, improve tutorial, update arcade to latest 2025-11-09 22:14:19 +01:00
utils update utils.py and run.py to latest template 2025-12-13 15:48:59 +01:00
.gitignore Switched to Linux and it changed the line encoding, probably, cause every file is showing as changed. 2025-11-09 17:56:56 +01:00
.python-version Switched to Linux and it changed the line encoding, probably, cause every file is showing as changed. 2025-11-09 17:56:56 +01:00
CREDITS Add house and power source textures, improve tutorial, update arcade to latest 2025-11-09 22:14:19 +01:00
LICENSE Switched to Linux and it changed the line encoding, probably, cause every file is showing as changed. 2025-11-09 17:56:56 +01:00
pyproject.toml Add house and power source textures, improve tutorial, update arcade to latest 2025-11-09 22:14:19 +01:00
README.md Remove Youtube Video 2026-06-09 19:16:51 +02:00
requirements.txt Add house and power source textures, improve tutorial, update arcade to latest 2025-11-09 22:14:19 +01:00
run.py update utils.py and run.py to latest template 2025-12-13 15:48:59 +01:00
uv.lock Add house and power source textures, improve tutorial, update arcade to latest 2025-11-09 22:14:19 +01:00

CTC: Connect The Current is a game where you have a power source, and you have to direct the power lines to houses by rotating them into the correct direction.

Tutorial

In Connect the Current, you have to rotate power lines so power reaches to all of the houses.

  • Every line has to be connected on all of it's sides.
  • Every power source and house must have at least one connection
  • Houses dont share electricity, like power lines.
  • When needed, you might have to create loops of power or branches with no house linked to them. (This is also because it's randomly generated and i couldn't find a way to generate maps with no meaningless branches)
  • To rotate a line, just click on it and it will change its rotation.
  • Maps are randomly generated, difficulty(size, source count, house count) depends on what you pick and grows exponentially.