diff options
| author | Dalton Overmyer <[email protected]> | 2024-02-29 11:26:49 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-02-29 18:26:49 +0100 |
| commit | 077ab6d56bea4fc464cd5c07e02071e911eac64a (patch) | |
| tree | ef1e8770b35b60e08055e7b87e64a12551106bb2 /examples/README.md | |
| parent | ed9a6d862b9e31acaa59c6ffffd1f8aa398d54d8 (diff) | |
| download | raylib-077ab6d56bea4fc464cd5c07e02071e911eac64a.tar.gz raylib-077ab6d56bea4fc464cd5c07e02071e911eac64a.zip | |
Add an example that generates a random sequence. (#3846)
Diffstat (limited to 'examples/README.md')
| -rw-r--r-- | examples/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md index 0fed8acd..94f5369d 100644 --- a/examples/README.md +++ b/examples/README.md @@ -55,6 +55,7 @@ Examples using raylib core platform functionality like window creation, inputs, | 29 | [core_custom_frame_control](core/core_custom_frame_control.c) | <img src="core/core_custom_frame_control.png" alt="core_custom_frame_control" width="80"> | ⭐️⭐️⭐️⭐️ | **4.0** | **4.0** | [Ray](https://github.com/raysan5) | | 30 | [core_smooth_pixelperfect](core/core_smooth_pixelperfect.c) | <img src="core/core_smooth_pixelperfect.png" alt="core_smooth_pixelperfect" width="80"> | ⭐️⭐️⭐️☆ | 3.7 | **4.0** | [Giancamillo Alessandroni](https://github.com/NotManyIdeasDev) | | 31 | [core_window_should_close](core/core_window_should_close.c) | <img src="core/core_window_should_close.png" alt="core_window_should_close" width="80"> | ⭐️⭐️☆☆ | **4.2** | **4.2** | [Ray](https://github.com/raysan5) | +| 32 | [core_random_sequence](core/core_random_sequence.c) | <img src="core/core_random_sequence.png" alt="core_random_sequence" width="80"> | ⭐️☆☆☆ | **5.0** | **5.0** | [REDl3east](https://github.com/REDl3east) | ### category: shapes |
