BuysDB.nl

Home of Buys de Barbanson

Logics sandbox game first pre-alpha!

I have been working on a logics sandbox for quite a while now. I think it is time to show it’s progress using a first pre-alpha release. You can read about the development so far here: part 1 part 2 part 3

This version does not allow for saving your simulations and has bugs and such. New additions are the sound devices including a wave generator, fourier transform and amplifier. Sound information is passed via red connectors which do not connect to the normal logic connectors. Because I use the Web Audio API, the audio elements in the sandbox do not work in browsers which do not support this API.

Click here to try the pre-alpha version

Controls

Adding an element: select an element by clicking on the element in the list on the left, then click on the desired position in the simulation. Click two connectors to place a wire between them. Clicking an element in the game selects the element, when the element is configurable a list of options is shown on the right. First clicking on an element and then pressing the DELETE key removes the element from the simulation. ESC deselects any selected element. The ARROW keys allow for movement in the simulation world.

Screenshot of the logics sandbox.
Link to this article