Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

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! 

Could you share an https link? Cloning from git@github.com:IGJoshua/magnetic-drift.git doesn't work, because of missing access rights.

Sorry about that. I've updated my comment to add the link to the GitHub page. Here it is:

https://github.com/IGJoshua/magnetic-drift

Thanks!

(1 edit) (+1)

Hey. Unfortunately, I'm having issue with the source too. I got this error https://pastebin.com/wzHK1DFd trying to run the first line for sbcl.

The binary from the archive, on the other hand, complains on missing libSOIL, which I don't even have in my repos.

EDIT: oh, NVM, I've managed to compile and install libSOIL manually.