Skip to main content

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

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.