Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 77 to 116 of 396 · Next page · Previous page · First page · Last page

Hey guys, I make an update for this game(Now there is 7 Segment Display and You can delete the chip in the bottom bar by hovering on it and pressing DEL). Also, I am a starter and I didn't make all your wishes, but I leave a GitHub link where you can update and commit after that I will add an update to the page

Digital Logic Sim2

Looks great! I'd love to be able to go back and have a look at the architecture of chips I have made in the past, if that is at all possible.

Oh, I am the only starter, but I leave my source on GitHub. You can modify it and fork.

oh man, I wish I knew how, or had time available to learn how. Thanks for the work that you do!

Hi, I am looking up for the team to update this game. I have already added 7 Segment Display

So I want to make an update to this game. And will be great if someone helps me. Can be starters and profs.

I would like to help you update this game. I really like this logic sim but there are some Issues with it.

Thank you so much, I left a my GitHub in description so you can fork it

I designed a 7 Segment Display in Digital Logic Sim. So you can follow me on my youtube channel as a reward for my work)

suggestion: adding input into the top

(1 edit)

nnand

(+1)

not not and?

Please, I need your help, I has downloaded the Digital Logic Sim (Linux).zip but I am not find in it the executable file. If there is another method used to run Digital Logic Sim in Linux, please direct me.

Try "Digital Logic Sim.x86_64". You might need to mark it as executable by right-clicking it, or running the CLI command `chmod +x "Digital Logic Sim.x86_64"`

thank you 😊

I managed to make a delay component that takes advantage of the delay added in by the game detecting loops, and I made a circuit that counts up constantly up to 8 bits!

(DELAY only has a delay on turning on, 2DELAY is delayed on both turning on and off)

(+1)

Update suggestions:

Delete previous projects/chips in-game

Scrolling and zooming out

Resize window

In-game guide

(1 edit)

Guys, i finally made a proper working delay chip! You can add as many registers as you want and more registers = more delay.

I THINK THIS IS REVOLUTION


Record more tutorials plz

(+1)

Please add a display its will be a cool feature

it keeps showing me download error

Send a screenshot please.

its just text saying interrupted download error

its probaly your internet or a itch.io error

Are you installing anything while downloading the game?

no im not

That is weird. Maybe call IT?

Ok, so... how do i even launch the app thingy???

unzip it and open the application in the files

Hey is there any way you can make a  web version?

its a unity game, i think its easy to just compile to webgl or something like that, i will see if i can compile to webgl and post in itch.io

thank you some much that would be very useful!

Hi, is it somehow possible to get "inside" a chip once already "created"?

im unsure what you mean by inside please elaborate. do you mean edit?

Yes that's correct, to edit or at least preview. I mean when I click "create", the circut seems to become a black box, but maybe I am missing something

(+1)

So when I go to create an or gate it will either not work or give me a gate that is defiantly not an or gate.

And other gates will be created properly at times and other times they won't b

if you send a screenshot i might be able to help, it might be the version

(2 edits)

Great program but cannot load 'Saved' projects.. on my Linux System. The projects are there and saved?

/.config/unity3d/Sebastian Lague/Digital Logic Sim/SaveData

But on Loading saved project, I just get a blank project?

I have Unity Hub for Linux installed and run Unity Games OK?

Linux Mint 20,Ulyana base; Ubuntu 20.04, Kernel: 5.4.0-99 generic x86: 64  Desktop: Cinnamon 4.6.7  CPU; 6-core Model; AMD Ryzen 5 3600

Many thanks for all your efforts and really interesting code and projects mate... Good work...;-)

make an rpi 4 port of this

(+2)

Can you create a Android Mobile port of this?

Love the programm, made the same in Java but you could not create new "chips" you just had the basics.

Someone make mods to this?

(1 edit)

I downloaded the game and I only got 1 folder. Can anyone help me?

First download the file, and you should get a DigitalLogicSim(version).zip file.  (Assume "version" is your OS.)

A zip file is a file that usually has multiple files within it (and is useful for reducing size of the files.)

WINDOWS:
To extract the files from the .zip, you need to right-click the file in your file browser, then click "Extract All".

For other versions of Windows, you might have to install a tool, (such as 7-Zip or WinRAR), to extract the file.

LINUX:
If you are on Linux, either use commands in the Terminal, (like this) or if you are on a more user friendly version of Linux, (such as Linux Mint) simply right-click the file in the File Browser and click "Extract Here".

Hope this helps.

I see no way to delete chip names in the bottom menu. Also, a good addition would be a grid or a key to restrict traces to 90 degree paths. Minor additions to an excelent program!

I found a way to delete chips, and its pretty simple:

You drag the chip you want to delete into a blank workspace with no inputs, outputs, or anything else. Then, you create a chip with the same name as the one you are trying to delete. Because it's trying to replace the old chip, but the old chip is used inside of it, it will just get rid of the chip completely.

(+2)

I found a way to slow down a timer but don't know how to rebuild it.

could you please post an image of the slowed-down timer so I can have a look at it and maybe tell you how to rebuild it? also that could be pretty useful for some projects!

ok

So I was just wondering if any knew if we could make our own versions and make our versions downloadable. I ask because while I know little about unity I am willing to learn, and with the help of others and help of the internet. I wonder if we could keep updating the sim since it seems like an abended project. So if anyone knows or even willing to help me please comment on this comment.

(+1)

Fork the source code from his Github mentioned in the description.

(-1)

I downloaded the simulator and I tried opening it and I got a message saying that my computer wasn't sure if it was free of malware. Did anyone else get that message after you tried to open it on your computer(I have a MacBook pro). 

(+1)(-1)

i dont want to pay

(+1)

You don't need to!

(+1)

Im playing it rn with no issues. Trend Micro maximum says its fine.

https://imgur.com/a/Tupfl2A

how do I make more space to fit my 32 or 16 bit adder chip?

going to see if I can add this feature since it is technically open source 

How to get the decimal showing up  pls help

While moussing over the the sides where you add the input and outputs hit the plus or minus button to add inputs/outputs to your group.

i think i might have broke something.

i created a cricuit and it worked as intended but then i "create" it into a logic gate and it stopped working.

i even put the circuit i made in raw along side the "gate" and the raw circuit still works while the "gate" does not.

if your wondering what my 'Tri_logic' thing is.
it's basically an ... 'and'+'not or'+'exclusive or' all mixed together.

bottom = 'not or'
center = 'and'
top = 'exclusive or'

in this case i was using the 'not or' functionality for a flip_flop which would have been used to created a clock but that when i discovered that the flip_flop wasn't functional XD.

video of the problem.

help i have no idea how to make a Nand

i watched the vid

first place 2 inputs then place an and gate connect the and gate to the 2 inputs then connect the output of the and gate then connect it to a not gate then put an out put and connect the output of the not gate to the output and label this chip a Nand

i made a 32 bit adder but it wont fit

hey i wish that he could add a delete button sometimes i accidentally make something then realize a flaw then i can't remove it so please add a delete feature for some chips

delete is backspace, should probs say that though

(+1)

He means created chips(Where you drag them up from) Im looking for the same thing now as well

The only way I have found to do this is to go into the save files and delete them manually on windows you can get there by going to your "C" drive/main drive going to "Users" going to "App data" than "LocalLow" than "Sebastian Lague"  from here go to the "SaveData" folder here you should see all of your saves from here you can delete those if you want but if you just want to delete the chip than enter the save you wished for it to be deleted in from here you should see all your chips with their names delete the one you want to get rid of than go into the  "WireLayout" folder and delete it there too 

thanks im on linux so I'll have to search the files. At least now I know what file im looking for lol

hey what i meant from when i want to delete chip i want to delete some that could be mistakes that you either dont need again

I bought your software but it doesn't work I  have only 2 logic gate and nothing else

(+1)

Two logic gates are all you need! With them, you can create an OR gate using an AND gate with NOT inputs and a NOT output, then you can start building whatever the heck you want!

(+1)

I made a 16 bit register

Niiiiiiiice.

(+17)

PETITION TO CONTINUE THE VIDEOS

1 UPVOTE = 1 VOTE

(+1)

made a thing 

(+2)

so i did alllll that work for nothing. it won't fit.

(+2)

sounds like a good feature request to allow scrolling

(1 edit)

or zooming out(but scrolling would probably be easier)

Viewing most recent comments 77 to 116 of 396 · Next page · Previous page · First page · Last page