Skip to content

Commit bb336bb

Browse files
Newsletter 12: Add online strategy game (#219)
* add online strategy game * add hex strategy info * Newsletter 12: Vlad's RTS: Style tweaks Co-authored-by: Andrey Lesnikov <ozkriff@gmail.com>
1 parent 1984f45 commit bb336bb

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed
Loading

content/posts/newsletter-012/index.md

+23
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,29 @@ Wonder can be [played in the browser on itch.io][Wonder].
121121
[ludum-dare]: https://ldjam.com
122122
[48-hour-jam]: https://ianjk.com/rust-gamejam/
123123

124+
### Vlad Zhukov's [Online RTS Prototype][hex_strat]
125+
126+
[![gameplay demo](hex_strat_gameplay.gif)][hex_strat]
127+
128+
[Vlad Zhukov] shared a video of a WIP multiplayer online strategy game
129+
where you fight with other players for territory.
130+
Currently there are two types of resources and 5 types of buildings.
131+
To build on the tile you need to occupy it with your warriors first.
132+
The player who occupied all enemies' tiles win.
133+
134+
The game is written with [miniquad](https://github.com/not-fl3/miniquad)
135+
and a custom GUI library.
136+
Some parts of the game are promised to be open-sourced in future.
137+
Read more about crates used in this project [here][hex-strat-crates].
138+
139+
_Discussions:
140+
[twitter](https://twitter.com/VladZhukov0/status/1288091150339969024),
141+
[/r/rust_gamedev](https://reddit.com/r/rust_gamedev/comments/hzdzqg/my_new_online_strategy_game)_
142+
143+
[hex_strat]: https://twitter.com/VladZhukov0/status/1288091150339969024
144+
[Vlad Zhukov]: https://twitter.com/VladZhukov0
145+
[hex-strat-crates]: https://reddit.com/r/rust_gamedev/comments/hzdzqg/my_new_online_strategy_game/fzk4l25
146+
124147
### [Tennis Academy Dash][tennis-academy-dash]
125148

126149
![gameplay](tennis_academy.gif)

0 commit comments

Comments
 (0)