Skip to content

Instantly share code, notes, and snippets.

View willium's full-sized avatar
🫡

William Wolf willium

🫡
View GitHub Profile
publac
is that better?
@willium
willium / gameLibrary.js
Created April 24, 2012 02:28 — forked from anonymous/gameLibrary
All my js code for this game
var current = 0;
var meds = 0;
var gun = '0';
var quest = 'none';
var randNum;
var james = 'not_done';
var note = 'not_done';
var mine = 'not_done';
var quests_done = 0;
@willium
willium / script.js
Created September 12, 2011 01:31
Quick Search Implementation
$('input#search').quicksearch('.block');