Skip to content

Instantly share code, notes, and snippets.

View neilprosser's full-sized avatar

Neil Prosser neilprosser

View GitHub Profile
@neilprosser
neilprosser / bots.clj
Last active December 19, 2015 00:19 — forked from cgrand/bots.clj
;; random-fritz
(ns tron.bots
(:require [tron.core :as tron]))
(defn empty-look
"A mock look function which just checks for the arena
boundaries."
[pos]
(when-not (tron/valid-pos? pos) :wall))