For anyone that might be having issues running, and wants to try going at it from source, please feel free to clone
git@github.com:IGJoshua/magnetic-drift.git
Edit: The GitHub page is: https://github.com/IGJoshua/magnetic-drift
into ~/quicklisp/local-projects/ and then cd into it. With sbcl:
(ql:quickload :magnetic-drift)
(in-package :magnetic-drift)
(cepl:repl)
(run-loop)
Thanks!