Skip to content

Instantly share code, notes, and snippets.

# RSpec 2.0 syntax Cheet Sheet by http://ApproachE.com
# defining spec within a module will automatically pick Player::MovieList as a 'subject' (see below)
module Player
describe MovieList, "with optional description" do
it "is pending example, so that you can write ones quickly"
it "is already working example that we want to suspend from failing temporarily" do
pending("working on another feature that temporarily breaks this one")
{"tickrate":"200","fillColor":"#FFFFFF","backgroundColor":"#555555","buzzColor":"#FFFFFF","quietColor":"#000000","shiftQuirks":false,"loadStoreQuirks":false}
@jackiekircher
jackiekircher / README.md
Last active November 2, 2015 06:20
O C T O V O R E

O C T O V O R E

a game of hungry hungry octopods

play as a starving octopus who just has to eat everything in sight, from crumbs to fishies to donuts. you control its ever-extending arms as it frenzies for food.

you must collect every piece of food to advance to the next level. can you beat all 9?

Keybase proof

I hereby claim:

  • I am jackiekircher on github.
  • I am jackiekircher (https://keybase.io/jackiekircher) on keybase.
  • I have a public key whose fingerprint is 83A4 6014 8ABF A3BD 570F 417B 7AAB B598 EAAE 3F53

To claim this, I am signing this object:

@jackiekircher
jackiekircher / options.json
Last active November 1, 2016 05:27
Skyward, a game for Octo-ber Jam III, source code
{
"tickrate":"1000",
"backgroundColor":"#121212",
"fillColor":"#4b636f",
"fillColor2":"#af2d3d",
"blendColor":"#af2d3d",
"buzzColor":"#000000",
"quietColor":"#000000",
"shiftQuirks":false,
"loadStoreQuirks":true,