@@ -345,6 +345,42 @@ Notable changes:
345
345
[ canon-collision ] :https://canoncollision.com
346
346
[ @rukai ] : https://twitter.com/thisIsRukai
347
347
348
+ ### [ Crate Before Attack] [ cba-site ]
349
+
350
+ [ ![ Leaderboard Histogram] ( crate-before-attack.gif )] [ cba-site ]
351
+ _ Interactive Histogram with Race Results_
352
+
353
+ [ Crate Before Attack] [ cba-site ] by [ koalefant (@CrateAttack )] [ @CrateAttack ]
354
+ is a skill-based multiplayer game where frogs fight and race using their sticky
355
+ tongues as grappling hooks.
356
+
357
+ A [ browser build] [ cba-play ] can be played online.
358
+
359
+ Changes since last update:
360
+
361
+ - Added a global leaderboard that visualizes Race and Training results in an
362
+ interactive histogram.
363
+ - Tweaked frogs physics to make them more bouncy, added an option that would
364
+ keep tongue connected as long as a key is being pressed.
365
+ - [ Online Ghosts] [ cba-youtube-ghosts ] were added. One can now compete with real
366
+ players instead of AI when playing Race mode.
367
+ - Improved load-times: level graphics is now quantized with an 8-bit palette,
368
+ signed distance fields that are used for collisions are now generated offline.
369
+ Downloads are cached in an IndexedDB, so subsequent starts are even faster.
370
+ - Multiple bugs were fixed.
371
+
372
+ More details are in [ September] [ cba-september-update ] and
373
+ [ October] [ cba-october-update ] DevLog entries and in
374
+ [ YouTube-channel] [ cba-youtube ] .
375
+
376
+ [ cba-site ] : https://cratebeforeattack.com
377
+ [ cba-youtube-ghosts ] : https://youtu.be/j87I8akUTkc
378
+ [ cba-youtube ] : https://www.youtube.com/channel/UC_xMilPTLuuE5iLs1Ml9zow
379
+ [ cba-play ] : https://cratebeforeattack.com/play
380
+ [ cba-september-update ] : https://cratebeforeattack.com/posts/20201001-september-update/
381
+ [ cba-october-update ] : https://cratebeforeattack.com/posts/20201029-october-update/
382
+ [ @CrateAttack ] : https://twitter.com/CrateAttack
383
+
348
384
## Learning Material Updates
349
385
350
386
### How to: WGPU + Winit + ECS + Pixels
0 commit comments