diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-08 19:49:47 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-08 19:49:47 -0400 |
| commit | a7ae25ec086117e133b2dfbbc1c5025aa2f29964 (patch) | |
| tree | 45bcab3728e0998205e280a0dd84a44bcb2925be /examples/game/README.md | |
| parent | f86cc6549ff6075c3963fce819391d8d8d6960dc (diff) | |
Add example game using raylib
Diffstat (limited to 'examples/game/README.md')
| -rw-r--r-- | examples/game/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/game/README.md b/examples/game/README.md new file mode 100644 index 00000000..c64b0508 --- /dev/null +++ b/examples/game/README.md @@ -0,0 +1,6 @@ +# Example Game + +This is a simple example game that uses [raylib](https://www.raylib.com/) to +demonstrate a project that spans multiple files and showcases some game +programming concepts used in idiomatic Tomo code. It also showcases how to +interact with an external C library. |
