@@ -282,6 +282,59 @@ and features a local 2-player coop.
282
282
283
283
[ blobs-tweet ] : https://twitter.com/rhmoller/status/1254179448586481669
284
284
285
+ ### [ Colony Genesis] [ colony-itch ]
286
+
287
+ ![ gameplay screenshot with ASCII art graphics] ( colony.png )
288
+
289
+ [ Native Systems] is working on "Colony Genesis" - an ant colony sandbox game
290
+ with ASCII graphics.
291
+ This month v0.1.3 and v0.1.4 versions were released. Some of the updates:
292
+
293
+ - Add controls to highlight all ants by behavior (SHIFT+select)
294
+ - Fix frame loop timer to prevent fast forwards
295
+ - Adds temperature diffusion and adjusts rates
296
+ It should now be easier to maintain high enough temperatures over night
297
+ and in lower soil layers for eggs to develop normally.
298
+
299
+ [ colony-itch ] : https://nativesystems.itch.io/colony
300
+ [ Native Systems ] : https://nativesystems.rs
301
+
302
+ ### [ ssshmup]
303
+
304
+ ![ shmup gameplay] ( ssshmup.gif )
305
+
306
+ [ ssshmup] by [ @mkhan45 ]
307
+ is a small small shoot 'em up made with [ ggez] and [ specs] .
308
+
309
+ _ Discussions:
310
+ [ /r/rust_gamedev] ( https://reddit.com/r/rust_gamedev/comments/g6uwah/super_small_shootem_up ) _
311
+
312
+ [ ssshmup ] : https://github.com/mkhan45/ssshmup
313
+ [ @mkhan45 ] : https://github.com/mkhan45
314
+ [ ggez ] : https://ggez.rs
315
+ [ specs ] : https://github.com/amethyst/specs
316
+
317
+ ### [ Robo Instructus]
318
+
319
+ [ ![ stepping through the code] ( robo.gif )] [ robo-news ]
320
+
321
+ [ Alex Butler] continues to polish their "[ Robo Instructus] " puzzle game -
322
+ [ 1.25, 1.26, and 1.27 versions were released] [ robo-news ] :
323
+ automatically follow execution when paused,
324
+ bugfixes, dependency updates, and performance optimizations.
325
+
326
+ [ Alex Butler ] : https://twitter.com/bigabgames
327
+ [ Robo Instructus ] : https://store.steampowered.com/app/1032170/Robo_Instructus
328
+ [ robo-news ] : https://steamcommunity.com/app/1032170/allnews
329
+
330
+ ------
331
+
332
+ Also, Alex published a new crate supporting the rasterization
333
+ of .otf lines and quad/cubic Bézier curves: [ ab_glyph_rasterizer] .
334
+ It's around 2-5x faster than the current rusttype .ttf rasterizer.
335
+
336
+ [ ab_glyph_rasterizer ] : https://crates.io/crates/ab_glyph_rasterizer
337
+
285
338
### Amethyst Games
286
339
287
340
- "Conquest" by [ @takeryo_eeic] is a hexagonal tactic game.
0 commit comments