CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 08 Aug 2025 22:31:57 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100307093044
location: https://web.archive.org/web/20100307093044/https://github.com/rsaarelm/teratogen
server-timing: captures_list;dur=0.819599, exclusion.robots;dur=0.025304, exclusion.robots.policy;dur=0.011588, esindex;dur=0.014044, cdx.remote;dur=43.878747, LoadShardBlock;dur=287.896574, PetaboxLoader3.resolve;dur=173.021547, PetaboxLoader3.datanode;dur=62.724179
x-app-server: wwwb-app211
x-ts: 302
x-tr: 370
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app211; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Fri, 08 Aug 2025 22:31:58 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sun, 07 Mar 2010 09:30:43 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "58fa3a075678d56574ef451658d67073"
x-archive-orig-x-runtime: 95ms
x-archive-orig-content-length: 23975
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sun, 07 Mar 2010 09:30:44 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 07 Mar 2010 09:30:44 GMT", ; rel="memento"; datetime="Sun, 07 Mar 2010 09:30:44 GMT", ; rel="next memento"; datetime="Tue, 20 Apr 2010 03:01:40 GMT", ; rel="last memento"; datetime="Sun, 24 Mar 2024 05:40:36 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_14_20100307032726_crawl102_IndexOnly-c/51_14_20100307091031_crawl101.arc.gz
server-timing: captures_list;dur=0.739921, exclusion.robots;dur=0.026990, exclusion.robots.policy;dur=0.012048, esindex;dur=0.020569, cdx.remote;dur=44.922231, LoadShardBlock;dur=701.059269, PetaboxLoader3.datanode;dur=117.160451, PetaboxLoader3.resolve;dur=693.430088, load_resource;dur=177.185904
x-app-server: wwwb-app211
x-ts: 200
x-tr: 980
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
rsaarelm's teratogen at master - GitHub
This service is courtesy of Pledgie.
rsaarelm / teratogen
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (1)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
A roguelike game in Go programming language — Read more

Risto Saarelma (author)
Sat Mar 06 08:03:17 -0800 2010
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Tue Feb 16 20:28:08 -0800 2010 | More modifications to build on currenat api, ig... [Risto Saarelma] |
![]() |
INSTALL | Thu Jan 07 03:22:41 -0800 2010 | Updated documentation. [Risto Saarelma] |
![]() |
LICENSE | Thu Jan 07 03:22:41 -0800 2010 | Updated documentation. [Risto Saarelma] |
![]() |
Makefile | Tue Feb 16 20:28:08 -0800 2010 | More modifications to build on currenat api, ig... [Risto Saarelma] |
![]() |
README | Thu Jan 07 03:22:41 -0800 2010 | Updated documentation. [Risto Saarelma] |
![]() |
cmd/ | Sat Mar 06 07:35:03 -0800 2010 | Creatures can have multiple consecutive moves. [Risto Saarelma] |
![]() |
pkg/ | Sat Mar 06 08:12:02 -0800 2010 | Knockback effect. [Risto Saarelma] |
![]() |
tools/ | Sun Dec 20 01:05:26 -0800 2009 | Precommit script fails fast if files do not mat... [Risto Saarelma] |
README
Teratogen is a survival horror roguelike work-in-progress written in the Go programming language by Risto Saarelma. Where are the prebuilt binaries? -------------------------------- The current (2010-01-07) Go build system hardcodes the paths of shared objects, such as the SDL FFI bindings object, into the binary. This makes it difficult to build binaries who need to access their libraries from an undefined directory. The easiest way to get Teratogen working as of now is to install Go and build it yourself. See the INSTALL file for build instructions. Where's the Windows version? ---------------------------- Currently (2010-01-07) waiting for the mingw32 support of Go to appear in the main branch. The experimental Windows fork currently available only supports an older version of the Go language and won't build Teratogen. The Hyades packages ------------------- Possibly reusable and library-like Go code goes into the package directories in pkg/hyades.