Skip to content

N46: strategy game in rust #1390

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions content/news/046/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,26 @@ _Discussions: [/r/rust](https://reddit.com/r/rust/comments/134d2i0/learning_game
[bevy-platformer-tut]: https://affanshahid.dev/posts/learning-game-dev-bevy-1
[@affanshahid]: https://github.com/affanshahid

### [Game Development In Rust: Making A Strategy Game][rust-strategy-game-tut-1]

![Game Development In Rust: Making A Strategy Game](strategy-game.png)
_Game Development In Rust: Making A Strategy Game_

[@srodrigo] published the first three parts of a
[strategy game in Bevy series][rust-strategy-game-tut-1]. The series is aimed at
developers with some experience in Rust who want to dive into game development.

- [The first part][rust-strategy-game-tut-1] focuses on the basic concepts to
create a battlefield for the battles to come.
- [The second part][rust-strategy-game-tut-2] adds the first unit type.
- [The third part][rust-strategy-game-tut-3] adds more unit types to create more
compelling teams.

[rust-strategy-game-tut-1]: https://srodrigoroyo.com/game-development-in-rust-strategy-game-1/
[rust-strategy-game-tut-2]: https://srodrigoroyo.com/game-development-in-rust-strategy-game-2/
[rust-strategy-game-tut-3]: https://srodrigoroyo.com/game-development-in-rust-strategy-game-3/
[@srodrigo]: https://github.com/srodrigo

### [How to Migrate Your Bevy Projects with (Semi-)Automation][bevy-migrate]

![Logos with ast-grep and bevy](migrate-bevy.png)
Expand Down
Binary file added content/news/046/strategy-game.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.