diff --git a/README.md b/README.md index 8530085..8482848 100644 --- a/README.md +++ b/README.md @@ -111,3 +111,8 @@ Go to the [rhai book](https://rhai.rs/book/) for the language reference. ### Common errors: * When taking more cards than are available from a pile, `()` (null or undefined) is returned, that happens for example when too many people try to play a game where a specific number of cards from a deck are given to each player, and there are too many players for the amount of cards in the deck + +### Examples + * [LibreUNO](https://theperkinrex.duckdns.org/ThePerkinrex/LibreUNO) by ThePerkinrex + +(*Help expand this section by having publicly available games and making a pull request to update this README*)