A downloadable game for Windows

Download NowName your own price

A simple circuit maker game made with love2d.
It's only a few mb, super lightweight!

Currently only for Windows.

Changelogs are in the downloaded setup

https://discord.gg/8xFkYMSZvQ for feedback!

Controls:

Ctrl + N opens a blank circuit
Ctrl + G insert a gate
Ctrl + R edits a label
Ctrl + S saves the circuit
Ctrl + O opens a circuit
Ctrl + Shift + G import a circuit from a json to use as a gate
Ctrl + Shift + I inserts an input type
Ctrl + Shift + O inserts an output type
Shift + Left Click wires something up

StatusReleased
PlatformsWindows
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
AuthorZellicious
GenreSimulation, Educational
Made withLÖVE
Tags2D, LÖVE
Average sessionA few minutes
LanguagesEnglish
InputsKeyboard, Mouse
LinksDiscord
ContentNo generative AI was used

Download

Download NowName your own price

Click download now to get access to the following files:

CircuitMakerSetup-1.3.1.exe 5.6 MB
Examples 5.7 kB

Development log

Comments

Log in with itch.io to leave a comment.

(+1)

I've been testing it and I think it's a good program, but:

  • It would be nice to also be able to add text blocks to the canvas. This way, you could add explanations of what the circuit (or a part of it) does.
  • Why do you compress the exported JSON files? I think it would be better if they were plain JSON.
(+1)

I didnt expect a review here!

  1. Ahh good idea! I am on vacation right now so I cant update the game until I get home, thanks though :)

  2. I was experimenting with the built in love2d compression, I’ll add an option to make uncompressed versions if I can (once i get home).

Nice! I think it'd be good to have both options. Perhaps for large circuits it's worth storing it compressed.