Update README.md

This commit is contained in:
xushiwei
2024-07-08 23:07:47 +08:00
committed by GitHub
parent d7e50f352a
commit 0ff25cb116

View File

@@ -1,4 +1,4 @@
# LLGo wrapper of raylib # LLGo wrapper of raysan5/raylib
## How to install ## How to install
@@ -18,7 +18,7 @@ TODO
The `_demo` directory contains our demos (it start with `_` to prevent the `go` command from compiling it): The `_demo` directory contains our demos (it start with `_` to prevent the `go` command from compiling it):
- [raylibdemo](_demo/tetris/tetris.go): a basic raylib demo - [tetris](_demo/tetris/tetris.go): tetris powered by raylib
### How to run demos ### How to run demos