File tree 2 files changed +30
-0
lines changed
Filter options
2 files changed +30
-0
lines changed
Original file line number Diff line number Diff line change @@ -194,6 +194,36 @@ A more detailed update summary is available [here][de-newsletter].
194
194
[ Bevy ] : https://bevyengine.org/
195
195
[ de-newsletter ] : https://mgn.cz/blog/de01/
196
196
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
+
197
227
## Engine Updates
198
228
199
229
### [ Fyrox]
You can’t perform that action at this time.
0 commit comments