Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Darn. Did you get a specific error message on Guix? Racket’s distributions are supposed to bundle everything and run on Unix, so I’m surprised it didn’t work for you.

Building from source is pretty straightforward if you’ve used a command line before:

  • Install Racket from your package manager or from download.racket-lang.org
  • raco pkg install --auto req-lib (dependencies)
  • raco req -d (dependencies)
  • racket sludge-game/main.rkt (play it)

This even worked for screwtape on BSD with no errors.