Mercurial > hg > rlgallery-misc
comparison web/download.html @ 92:bdb07be334ca
Add release 2021.03 to the download page.
author | John "Elwin" Edwards |
---|---|
date | Tue, 23 Mar 2021 21:30:04 -0400 |
parents | d417016bbf73 |
children |
comparison
equal
deleted
inserted
replaced
91:d417016bbf73 | 92:bdb07be334ca |
---|---|
8 <body> | 8 <body> |
9 <h1>Roguelike Gallery</h1> | 9 <h1>Roguelike Gallery</h1> |
10 <div class="nav"><a href="/">RLGallery</a> -> Downloads</div> | 10 <div class="nav"><a href="/">RLGallery</a> -> Downloads</div> |
11 <div class="content"> | 11 <div class="content"> |
12 <p>You can download the Gallery's games and play them on your own computer.</p> | 12 <p>You can download the Gallery's games and play them on your own computer.</p> |
13 <p>The current version of the Early Roguelike Collection is <strong>2016.06</strong>. <a href="/notes/rel2016.06.html">Release notes</a>.</p> | 13 <h2>Current Release</h2> |
14 <h2>Source code</h2> | 14 <p>The current version of the Early Roguelike Collection is <strong>2021.03</strong>. <a href="/notes/rel2021.03.html">Release notes</a>.</p> |
15 <h3>Source code</h3> | |
16 <p><a href="/files/early-roguelike-rel2021.03-src.tgz">Download</a></p> | |
17 <p>Choose this if you want to build the games yourself, or investigate how they work.</p> | |
18 <p>Binaries are not currently available.</p> | |
19 <h2>Older Versions</h2> | |
20 <p>The previous release of the Early Roguelike Collection was version <strong>2016.06</strong>. <a href="/notes/rel2016.06.html">Release notes</a>.</p> | |
21 <h3>Source code</h3> | |
15 <p><a href="/files/early-roguelike-rel2016.06-src.tgz">Download</a></p> | 22 <p><a href="/files/early-roguelike-rel2016.06-src.tgz">Download</a></p> |
16 <p>Choose this if you want to build the games yourself, or investigate how they work.</p> | 23 <p>Choose this if you want to build the games yourself, or investigate how they work.</p> |
17 <h2>Linux</h2> | 24 <h3>Linux</h3> |
18 <p>Download: <a href="/files/early-roguelike-rel2016.06-linux-x86.tgz">32-bit</a> <a href="/files/early-roguelike-rel2016.06-linux-x64.tgz">64-bit</a></p> | 25 <p>Download: <a href="/files/early-roguelike-rel2016.06-linux-x86.tgz">32-bit</a> <a href="/files/early-roguelike-rel2016.06-linux-x64.tgz">64-bit</a></p> |
19 <p>Packages may appear someday.</p> | 26 <h3>Mac OS X</h3> |
20 <h2>Mac OS X</h2> | |
21 <p><a href="/files/roguelike-r109-osx.tgz">Download</a></p> | 27 <p><a href="/files/roguelike-r109-osx.tgz">Download</a></p> |
22 <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, | 28 <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, |
23 so I have little hope of being able to provide updates for this platform.</p> | 29 so I have little hope of being able to provide updates for this platform.</p> |
24 <h2>Windows</h2> | 30 <h3>Windows</h3> |
25 <p>Download <a href="/files/early-roguelike-rel2016.06-win-x64.zip">the current build</a> for 64-bit Windows 8 or newer.</p> | 31 <p>Download <a href="/files/early-roguelike-rel2016.06-win-x64.zip">release 2016.06</a> for 64-bit Windows 8 or newer.</p> |
26 <h2>Bugs?</h2> | 32 <h2>Bugs?</h2> |
27 <p>If you find any problems, report them on <a href="https://bitbucket.org/ElwinR/rl/issues">Bitbucket</a>.</p> | 33 <p>The Gallery is moving to a new bug tracking system. Reporting bugs will soon be possible again.</p> |
28 </div> | 34 </div> |
29 <div class="foot"><a href="/">RLGallery</a> <a href="/recent.cgi">Recent Games</a> <a href="/scoring/high.cgi">High Scores</a> <a href="/notes/">Notes</a> <a href="https://rlgallery.org:8080/">Play</a></div> | 35 <div class="foot"><a href="/">RLGallery</a> <a href="/recent.cgi">Recent Games</a> <a href="/scoring/high.cgi">High Scores</a> <a href="/notes/">Notes</a> <a href="https://rlgallery.org:8080/">Play</a></div> |
30 </body> | 36 </body> |
31 </html> | 37 </html> |