Skip to content

Commit 3d9d21d

Browse files
N39: ThousandthStar's devlog (#1193)
Co-authored-by: Joe Clay <[email protected]>
1 parent 2ad5528 commit 3d9d21d

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

content/news/039/index.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,36 @@ A more detailed update summary is available [here][de-newsletter].
194194
[Bevy]: https://bevyengine.org/
195195
[de-newsletter]: https://mgn.cz/blog/de01/
196196

197+
### [Turn-based strategy game (ThousandthStar's devlog)]
198+
199+
![Skeleton](skeleton.png)
200+
201+
[ThousandthStar] ([Github](https://github.com/ThousandthStar/multiplayer_game))
202+
is creating a simple turn-based strategy game using the Bevy game engine. It's a
203+
small side project he's been building in his spare time.
204+
205+
The game aims to be a cross between Chess and the game [Clash Mini](https://clash.com).
206+
Players move their troops around the board and try to get them to their opponent's
207+
side. The game is far from playable, but here is some of the progress that has
208+
been done:
209+
210+
- Server and client troop information exchange through packets.
211+
- Threads to allow for multiple games to run at the same time.
212+
- Tile selection appears when troops are clicked.
213+
214+
More features are currently under development:
215+
216+
- Troop movement.
217+
- Troop attacks.
218+
219+
The game uses an extremely simple 8x pixel art style. The palette is
220+
[Paper Pixels](https://lospec.com/palette-list/paper-pixels) with some extra colors.
221+
222+
_Discussions: [/r/rust_gamedev](https://www.reddit.com/r/rust_gamedev/comments/ylksma/discussion_thread_for_thousandthstars_multiplayer)_
223+
224+
[ThousandthStar]: https://github.com/ThousandthStar
225+
[Turn-based strategy game (ThousandthStar's devlog)]: https://dev.to/thousandthstar-start-of-the-game-development-blog-series-p42
226+
197227
## Engine Updates
198228

199229
### [Fyrox]

content/news/039/skeleton.png

2.71 KB
Loading

0 commit comments

Comments
 (0)