RSSAmplifier

Blog

jordan orelli

engineer at singularity 6 working on palia, @jordanorelli on twitter.

jordanorelli.comRSS feed ↗20 posts

Latest posts

A Dozen Small Games

Who’s in my mouth? Players take turns as the guesser. The guesser closes their eyes. All other players roll a die. The player with the highest roll sticks their finger in the guesser’s mouth. The guesser can guess once whose finger is in their mouth. A correct guess is worth one point. Play continues until a player has scored five points. Kelseygram Players photoshop Kelsey Grammer…

On Making a Pizza Delivery Game I recently finished up working on a prototype of a small pizza...

On Making a Pizza Delivery Game I recently finished up working on a prototype of a small pizza delivery game called Andiamo. You can play it here: http://cdm.jordanorelli.com/games/andiamo/ Although I’ve finished working on it for the time being, it’s just a prototype, and not really a finished game. I feel that for the time being, I’ve learned enough from the project for me to…

self portrait, cut paper

self portrait, cut paper

I was on Etsy’s Instagram feed the other day.  Neat :)

I was on Etsy’s Instagram feed the other day. Neat :)

necking

source

no water, no fish

source

additive test

pulse

source

square flower

source

self portrait

apologies to Robert Hodgin . ( source )

picked up an ewi over the weekend, figured out how to play the...

picked up an ewi over the weekend, figured out how to play the mario theme. this has to be the dorkiest thing I’ve done all week.

flap ya wings, little boids

source

hexes

source

intro to 3d

growth outline

growth

color study

two

second gif experiment.

one

so this Processing library gifAnimation is pretty sweet. source someone pointed out that gifAnimation doesn’t work in processing 3.0. There’s a fork for processing 3.0 here but I haven’t tried it out: https://github.com/extrapixel/gif-animation/tree/3.0

Function Types in Go (golang)

Most developers that are familiar with dynamic scripting language like Ruby, JavaScript, or Python have been exposed to higher-order functions . Coming from a scripting background, it can be hard to translate that knowledge into Go, since the type system seems to get in the way. On the other hand, coming from a statically typed, primarily object-oriented language like C++, C#, or Java, the problem…