Skip to content

Instantly share code, notes, and snippets.

View cjmoeller's full-sized avatar

Julius Möller cjmoeller

  • Canberra, Australia
View GitHub Profile
// ==UserScript==
// @name My Fancy New Userscript
// @namespace http://whatsremote.com/
// @version 0.1
// @description Peda B's house
// @match http://tampermonkey.net/
// @copyright 2014, PedaB
// ==/UserScript==
local InputSource = require 'input/InputSource'
local Player = require 'Player'
AIInput = class('AIInput', InputSource)
local keyboard = love.keyboard
function AIInput:initialize(world)
InputSource:initialize(world)
self.world = world