Zombies and Binary

Redstone is interesting...

What does this have to do with programming?

var condition = check() if (condition) { action() }
if (check1() || check2()) { action() }
if (check1() && check2()) { action() }
if (check1() && !check2()) { action() }

Log files

RCON

sitepoint.com/modding-minecraft-with-php-buildings-from-code

Slides at assertchris.io (talk recording soon)

Reach out twitter.com/assertchris

Questions?

Back to assertchris.dev →