Electronics construction

BlitzPlus Forums/BlitzPlus Programming/Electronics construction

Pineapple(Posted 2008) [#1]
Surely some of you here have heard of Wiremod: http://www.wiremod.com/ , an addon for Garry's Mod: http://www.steampowered.com/v/index.php?area=game&AppId=4000 . Well, I purchased the game for interest in wiremod, but my computer is rubbish and I'm currently waiting because I can't stand playing the game without the helpful graphics and tips (which it doesn't show because of low virtual memory. Planning on getting another hard drive soon to fix that) So I decided to write my own program that takes advantage of Logic gates, buttons, and such. It works nicely and I'm hoping to soon implement a graphical editor and a save function, which will have a format like a script so you can edit the area both ways.

Here's the source code. You'll have to change the code to make new circuts and designs, but here it is.


If you can come up with some more components and concepts, that'd be great. Mouse over the center of an object to see how it's doing, and left click buttons to use them. I am not aware of any bugs. Enjoy.


Adam Novagen(Posted 2008) [#2]
Hmm, pretty interesting... You might like to refine this into a quirky, interesting "tool" game for building virtual circuits. In fact, develop it into an "edutainment" game and you might make a few bucks off it.

One thing though: when you want to show off your stuff, you should really put it in the Blitz Showcase on this site, not the B+ forums. Cheers!