Skip to content

Commit

Permalink
Add compatible section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymtorres committed Sep 15, 2021
1 parent 85f91a3 commit 9c6e724
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ RL-Dice

A robust module to roll and manipulate roguelike dice. This has also been included in [rotLove](https://github.com/paulofmandown/rotLove) roguelike toolkit which I highly recommend if you plan on making a roguelike.

This library is compatible with:

* Lua 5.1
* Lua 5.2
* Luajit 2.0
* Luajit 2.1
* Love2D

Consult the [online documentation](https://timothymtorres.github.io/RL-Dice) for the API and usage examples.

The dice module provides the following:
Expand Down

0 comments on commit 9c6e724

Please sign in to comment.