2013-09-10 15:23:13 -04:00
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
< html >
< head >
< title > Downloads< / title >
< link rel = "stylesheet" type = "text/css" href = "/main.css" >
< / head >
< body >
< h1 > Roguelike Gallery< / h1 >
< div class = "nav" > < a href = "/" > rlgallery.org< / a > -> Downloads< / div >
< div class = "content" >
2013-10-05 17:10:24 -07:00
< p > You can download the Gallery's games and play them on your own computer.< / p >
2013-09-10 15:23:13 -04:00
< h2 > Source code< / h2 >
2016-03-19 09:49:25 -04:00
< p > < a href = "/files/roguelike-r241-src.tgz" > Download< / a > < / p >
2013-09-10 15:23:13 -04:00
< p > Choose this if you want to build the games yourself, or investigate how they work.< / p >
< h2 > Linux< / h2 >
2016-03-19 09:49:25 -04:00
< p > Download: < a href = "/files/roguelike-r241-linux-x86.tgz" > 32-bit< / a > < a href = "/files/roguelike-r241-linux-x64.tgz" > 64-bit< / a > < / p >
2015-11-21 20:01:41 -05:00
< p > Packages may appear someday.< / p >
2013-09-10 15:23:13 -04:00
< h2 > Mac OS X< / h2 >
< p > < a href = "/files/roguelike-r109-osx.tgz" > Download< / a > < / p >
2016-03-19 09:49:25 -04:00
< p > This build is a few years old. It doesn't include Advanced Rogue 7, XRogue, or recent bug fixes. I don't currently have access to any Apple devices,
so I have little hope of being able to provide updates for this platform.< / p >
2013-09-10 15:23:13 -04:00
< h2 > Windows< / h2 >
2016-03-19 09:49:25 -04:00
< p > < a href = "/files/roguelike-r241-win-x64.zip" > Test build< / a > for 64-bit Windows 8. This is still a work in progress.< / p >
2013-10-05 17:10:24 -07:00
< h2 > Bugs?< / h2 >
< p > If you find any problems, report them on < a href = "https://bitbucket.org/ElwinR/rl/issues" > Bitbucket< / a > .< / p >
2013-09-10 15:23:13 -04:00
< / div >
2014-01-03 13:02:29 -05:00
< div class = "foot" > < a href = "/" > rlgallery.org< / a > < a href = "/recent.cgi" > Recent Games< / a > < a href = "/scoring/high.cgi" > High Scores< / a > < / div >
2013-09-10 15:23:13 -04:00
< / body >
< / html >