Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit eff40ae

Browse files
authoredJun 12, 2023
N46: strategy game in rust (#1390)
1 parent 9cb624d commit eff40ae

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
 

‎content/news/046/index.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,26 @@ _Discussions: [/r/rust](https://reddit.com/r/rust/comments/134d2i0/learning_game
147147
[bevy-platformer-tut]: https://affanshahid.dev/posts/learning-game-dev-bevy-1
148148
[@affanshahid]: https://github.com/affanshahid
149149

150+
### [Game Development In Rust: Making A Strategy Game][rust-strategy-game-tut-1]
151+
152+
![Game Development In Rust: Making A Strategy Game](strategy-game.png)
153+
_Game Development In Rust: Making A Strategy Game_
154+
155+
[@srodrigo] published the first three parts of a
156+
[strategy game in Bevy series][rust-strategy-game-tut-1]. The series is aimed at
157+
developers with some experience in Rust who want to dive into game development.
158+
159+
- [The first part][rust-strategy-game-tut-1] focuses on the basic concepts to
160+
create a battlefield for the battles to come.
161+
- [The second part][rust-strategy-game-tut-2] adds the first unit type.
162+
- [The third part][rust-strategy-game-tut-3] adds more unit types to create more
163+
compelling teams.
164+
165+
[rust-strategy-game-tut-1]: https://srodrigoroyo.com/game-development-in-rust-strategy-game-1/
166+
[rust-strategy-game-tut-2]: https://srodrigoroyo.com/game-development-in-rust-strategy-game-2/
167+
[rust-strategy-game-tut-3]: https://srodrigoroyo.com/game-development-in-rust-strategy-game-3/
168+
[@srodrigo]: https://github.com/srodrigo
169+
150170
### [How to Migrate Your Bevy Projects with (Semi-)Automation][bevy-migrate]
151171

152172
![Logos with ast-grep and bevy](migrate-bevy.png)

‎content/news/046/strategy-game.png

8.45 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.