Events

« Saturday February 26, 2011 »
Sat
Start: 7:00 pm
End: 9:00 pm

It's back, and betterer than ever! This time I used a shell script to randomly select three Klipart sprites by fair chance! The script, for reference:

#!/bin/bash

for i in `seq 1 3`
do

	cd /montparnasse/libs;
	chosendir=`ls -d */ 2>/dev/null | shuf -n1`;
	echo `find $chosendir -maxdepth 1 -type f | shuf -n1`;
done

You are tasked with creating a game in two hours that uses all three of these sprites in a prominent role:

Ground rules: Minor sprite edits are fine, as long as you don't try to change the identity of the sprites. Also be sure you work all the sprites into major roles, preferably on the same frame/screen together at some point in your game. Outside of that, go nuts!

Do it this Saturday on the 26th, same time as Klik of the Month Klub!

Do eeeet!

You'll probably want to upload the game here when you're done with it.

Syndicate content
pensive-mosquitoes