Circuit Puzzle: Difference between revisions

From Uzebox Wiki
Jump to navigation Jump to search
No edit summary
m (spelling)
(3 intermediate revisions by the same user not shown)
Line 25: Line 25:
}}
}}


Circuit Puzzle is a Uzebox implementation of an electricity-based puzzle game. Gameplay is similar to both Laser Puzzle games, but with many improvements to the user interface.
Circuit Puzzle is a Uzebox implementation of an electricity-based puzzle game. Gameplay is similar to both of my Laser Puzzle games, but with many improvements to the user interface.


It has 60 levels, divided up into the following skill levels: Beginner, Intermediate, Advanced, and Expert.
It has 60 levels, divided up into the following skill levels: Beginner, Intermediate, Advanced, and Expert.


For each circuit, arrange the tokens to form a continuous pathway from VCC to GND that lights up the designated LEDs. All tokens must be used, and there can be no loose ends, except on the SWITCH and GND tokens. There is a build-in rule checker to help. The normal rules of electrical current and LEDs apply. Avoid creating short circuits.
For each circuit, arrange the tokens to form a continuous pathway from VCC to GND that lights up the designated LEDs. All tokens must be used, and there can be no loose ends, except on the SWITCH and GND tokens. There is a built-in rule checker to help. The normal rules of electrical current and LEDs apply. Avoid creating short circuits.


==Game Modes==
==Game Modes==
Line 56: Line 56:


==ROM==
==ROM==
Play In Browser
Play In Browser (Coming Soon!)


[http://uzebox.org/forums/download/file.php?id=3317 UZE File]
[http://uzebox.org/forums/download/file.php?id=3320 UZE File]


[http://uzebox.org/forums/download/file.php?id=3318 HEX File]
[http://uzebox.org/forums/download/file.php?id=3319 HEX File]


[http://uzebox.org/forums/viewtopic.php?f=5&t=11115 Discussion Thread]
[http://uzebox.org/forums/viewtopic.php?f=5&t=11115 Discussion Thread]

Revision as of 14:39, 2 August 2020

Circuit Puzzle
Circuit puzzle 01.png
Circuit puzzle 02.pngCircuit puzzle 05.png
GenrePuzzle
DeveloperMatt Pandina (Artcfox)
Code licenseGNU General Public License version 3
or (at your option) any later version.
Media licenseCreative Commons Attribution Share-Alike version 3.0
Video Mode3
Latest release1.0
Release dateAugust 1st, 2020
LanguageEnglish


Circuit Puzzle is a Uzebox implementation of an electricity-based puzzle game. Gameplay is similar to both of my Laser Puzzle games, but with many improvements to the user interface.

It has 60 levels, divided up into the following skill levels: Beginner, Intermediate, Advanced, and Expert.

For each circuit, arrange the tokens to form a continuous pathway from VCC to GND that lights up the designated LEDs. All tokens must be used, and there can be no loose ends, except on the SWITCH and GND tokens. There is a built-in rule checker to help. The normal rules of electrical current and LEDs apply. Avoid creating short circuits.

Game Modes

  • 1 player only

Features

  • 60 levels
  • Background music
  • 6 PCM sound effects
  • Context-sensitive help
  • Built-in rule checker
  • Quick netlist-based circuit "solver"
  • Mouse pointer acceleration (for precise movement)
  • RAM tile-based popup menu
  • Uses EEPROM to track progress
  • Unlock secret ending when all circuits have been solved

Controls

  D-PAD - move cursor
      A - drag-and-drop
      B - change switch position
      L - rotate piece left
      R - rotate piece right
  START - popup menu
 SELECT - toggle music

ROM

Play In Browser (Coming Soon!)

UZE File

HEX File

Discussion Thread

Source Code

https://github.com/artcfox/circuit