Skip to content

Commit

Permalink
Update README.md (#145)
Browse files Browse the repository at this point in the history
* Update README.md

* CMAKE: Fix compil issue update

---------

Co-authored-by: Xavier Mitault <[email protected]>
  • Loading branch information
TTENSHII and Saverio976 authored Nov 26, 2023
1 parent 1ecff80 commit 4f1515a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deps/bluga-graphics/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ FetchContent_Declare(
FetchContent_Declare(
raylib
CMAKE_ARGS "-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_CONFIGURATION_TYPES=\"Release;Release\"" "-DCONFIG=Release"
URL "https://github.com/X-R-G-B/R-Bus/releases/latest/download/raylib.tar"
URL "https://github.com/X-R-G-B/B-luga/releases/latest/download/raylib.tar"
DOWNLOAD_NO_PROGRESS FALSE
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
)
Expand Down
15 changes: 15 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,21 @@ There are two ways to install R-Bus:

</details>

## :space_invader: How to play

| Key | Action |
|-------------|---------------------------|
| Left arrow | Move left |
| Right arrow | Move right |
| Up arrow | Move up |
| Down arrow | Move down |
| Space | Shoot normal bullets |
| C | Shoot fast bullets |
| V | Shoot bouncing bullets |
| B | Shoot penetrating bullets|
| Esc | Go back |


## :book: Documentation
- [R-Bus Documentation](https://x-r-g-b.github.io/R-Bus/)

Expand Down

0 comments on commit 4f1515a

Please sign in to comment.