-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
84 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
CREDITS | ||
======= | ||
|
||
### Acknowledgements | ||
|
||
Boris Boutillier\ | ||
[GitHub](https://github.com/BorisBoutillier) | ||
|
||
### Music & Sound Effects | ||
|
||
Tomàs Simón\ | ||
[Website](https://www.tomasimon.com) | ||
|
||
### Pixel Art & Graphics | ||
|
||
Adan Príncep\ | ||
[Instagram](https://www.instagram.com/adan_princep) | ||
|
||
### Code | ||
|
||
David Romaní\ | ||
[GitHub](https://github.com/davidromani) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rusty-lander" | ||
version = "0.6.0" | ||
version = "0.7.0" | ||
edition = "2021" | ||
license = "MIT" | ||
authors = ["David Romaní <[email protected]>"] | ||
|
@@ -16,7 +16,7 @@ bevy_hanabi = { version = "0.12", default-features = false, features = ["2d"] } | |
iyes_perf_ui = "0.3" | ||
leafwing-input-manager = "0.15" | ||
rand = "0.8" | ||
svg = "0.17" | ||
svg = "0.18" | ||
|
||
[workspace] | ||
resolver = "2" # Important! wgpu/Bevy needs this! | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Rusty Lander v0.6 | ||
Rusty Lander v0.7 | ||
================= | ||
|
||
A Jupiter Lander video game remake made with Rust & Bevy ECS game engine. | ||
|
@@ -16,7 +16,7 @@ A Jupiter Lander video game remake made with Rust & Bevy ECS game engine. | |
```bash | ||
$ git clone [email protected]:davidromani/rusty-lander.git | ||
$ cd rusty-lander | ||
$ cargo run | ||
$ cargo run --release | ||
``` | ||
|
||
### Game instructions | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters