Skip to content

Commit

Permalink
Merge pull request #1 from matiasg/graphics
Browse files Browse the repository at this point in the history
Add an option to see the game in a gtk-like window
  • Loading branch information
matiasg authored Aug 24, 2024
2 parents 6e68e5a + aa92306 commit 32feec3
Show file tree
Hide file tree
Showing 10 changed files with 563 additions and 68 deletions.
198 changes: 198 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ edition = "2021"
approx = "0.5.1"
cursive = "0.20"
itertools = "0.13.0"
macroquad = "0.4.12"
nalgebra = { version = "0.33.0", features = ["rand"] }
rand = "0.8.5"
rand_distr = "0.4.3"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ For that, you use your keyboard like this:
| c | use real/random catalog |
| v/V | number of stars |
| space | score this game and start another |
| ? | show help |
| t | show only the target |
| h | show help |
| q | end playing the game |

- See definitions of [Roll, Pitch and Yaw](https://en.wikipedia.org/wiki/Aircraft_principal_axes).
Expand Down
Binary file added assets/Piazzolla-Medium.ttf
Binary file not shown.
File renamed without changes.
Loading

0 comments on commit 32feec3

Please sign in to comment.