Skip to content

Newsletter 12: Add online strategy game #219

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 4 commits into from
Aug 3, 2020
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions content/posts/newsletter-012/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,29 @@ Wonder can be [played in the browser on itch.io][Wonder].
[ludum-dare]: https://ldjam.com
[48-hour-jam]: https://ianjk.com/rust-gamejam/

### Vlad Zhukov's [Online RTS Prototype][hex_strat]

[![gameplay demo](hex_strat_gameplay.gif)][hex_strat]

[Vlad Zhukov] shared a video of a WIP multiplayer online strategy game
where you fight with other players for territory.
Currently there are two types of resources and 5 types of buildings.
To build on the tile you need to occupy it with your warriors first.
The player who occupied all enemies' tiles win.

The game is written with [miniquad](https://github.com/not-fl3/miniquad)
and a custom GUI library.
Some parts of the game are promised to be open-sourced in future.
Read more about crates used in this project [here][hex-strat-crates].

_Discussions:
[twitter](https://twitter.com/VladZhukov0/status/1288091150339969024),
[/r/rust_gamedev](https://reddit.com/r/rust_gamedev/comments/hzdzqg/my_new_online_strategy_game)_

[hex_strat]: https://twitter.com/VladZhukov0/status/1288091150339969024
[Vlad Zhukov]: https://twitter.com/VladZhukov0
[hex-strat-crates]: https://reddit.com/r/rust_gamedev/comments/hzdzqg/my_new_online_strategy_game/fzk4l25

### [Tennis Academy Dash][tennis-academy-dash]

![gameplay](tennis_academy.gif)
Expand Down