Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Interesting. A delayed pulse was precisely what I have been missing. I'm planning to make my own working Tic-Tac-Toe in DLS (maybe even a TTT bot), and it would have been near impossible without any form of delay. In my case, I did the normal pulse delay (in -> pulse -> not -> pulse -> out). putting a not behind the first pulse will make it pulse when the input is turned off instead of on.