Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

i have a question when i put the clock i made into a chip it stops working do u know why

(1 edit)

Chips must be connected to inputs and outputs. If you use NOT chip as source power without connecting to inputs, your chip won't work. Check your schemes for this mistakes and make sure it works. 

If you need to create clock, which always generates signals, make OR chip, then create clock scheme with NAND chip, connect clock's input to OR output, then connect straight and inverted main input signals to inputs of OR gate. Then, there is no matter, what signal you use on main input. Main output will always clock.