Skip to content Skip to sidebar Skip to footer
Showing posts with the label Xor

Drawing In Javascript / Html5 Using Xor To Remove Old Sprite

I'm building the engine for a tiny game, and right now I have just got a red circle with two li… Read more Drawing In Javascript / Html5 Using Xor To Remove Old Sprite

Javascript & Php Xor Equivalent

I have a javascript code: var c = 267414715; var d = c ^ ('0x81BE16CD'); Result is -190745… Read more Javascript & Php Xor Equivalent