1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-07-22 10:52:49 +00:00

updated version and documentation link in README

This commit is contained in:
Zeno Rogue 2020-03-22 00:24:52 +01:00
parent 85e6be8cab
commit 33bacc8731

View File

@ -7,7 +7,7 @@
</a> </a>
</p> </p>
<p align="left"> <p align="left">
<b>Current version: 11.3</b> <b>Current version: 11.3d</b>
</p> </p>
A puzzle roguelike in the hyperbolic plane. See the [HyperRogue website](http://roguetemple.com/z/hyper.php) for detailed and most up-to-date information. A puzzle roguelike in the hyperbolic plane. See the [HyperRogue website](http://roguetemple.com/z/hyper.php) for detailed and most up-to-date information.
@ -79,4 +79,4 @@ Additionally, it can be easily configured, e.g., to produce an optimized build,
make mymake && ./mymake make mymake && ./mymake
``` ```
The source code is not documented very well. You can see the current state of the documentation, as generated by Doxygen, [here](http://www.roguetemple.com/z/hyper/doc/). The source code is not documented very well. You can see the current state of the documentation, as generated by Doxygen, [here](https://zenorogue.github.io/hyperrogue-doc/).