teratogen icon indicating copy to clipboard operation
teratogen copied to clipboard

A roguelike game in Go programming language

Survival horror roguelike, Copyright (C) 2009-2012 Risto Saarelma

How to build on Linux

  • Install the Go programming language and the SDL library using your favourite package management system.

  • Run make

  • Run ./bin/teratogen

How to build on Windows