Skip to content

Commit 882a82f

Browse files
koalefantozkriff
andauthored
Newsletter 10: Add Crate Before Attack (#152)
* Newsletter 10: Add Crate Before Attack section * Newsletter 10: CbA: fmt tweaks & shorter description Co-authored-by: Andrey Lesnikov <ozkriff@gmail.com>
1 parent 0297bc8 commit 882a82f

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed
Loading

content/posts/newsletter-010/index.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,37 @@ Follow [@seratonik] on Twitter for updates.
253253

254254
[@seratonik]: https://twitter.com/seratonik
255255

256+
### [Crate Before Attack][cratebeforeattack-site]
257+
258+
[![screenshot: decision tree and goal distance map in the background](crate_before_attack.png)][cratebeforeattack-site]
259+
260+
^ _Decision tree and goal distance map in the background_
261+
262+
[Crate Before Attack][cratebeforeattack-site] by [koalefant (@CrateAttack)][@CrateAttack]
263+
is a realtime/turn-based multiplayer game where frogs combat their friends
264+
while navigating the landscape with their sticky tongues.
265+
266+
May development was focused on implementing AI of opponents and adding race mode:
267+
268+
- [Video of AI racing against itself with visualized decision tree][cratebeforeattack-youtube-ai];
269+
- [Playable build][cratebeforeattack-play] (works in the browser on PC or Mac).
270+
271+
More details in the [DevLog][cratebeforeattack-devlog]
272+
and [YouTube channel][cratebeforeattack-youtube].
273+
274+
Also, check out a fun [physics demo][cratebeforeattack-physics-demo]
275+
of the game's physics engine.
276+
277+
[cratebeforeattack-devlog]: https://cratebeforeattack.com/posts
278+
[cratebeforeattack-play]: https://cratebeforeattack.com/play
279+
[cratebeforeattack-site]: https://cratebeforeattack.com
280+
[cratebeforeattack-youtube]: https://youtube.com/channel/UC_xMilPTLuuE5iLs1Ml9zow
281+
[cratebeforeattack-youtube-ai]: https://www.youtube.com/watch?v=PcJOayy5gP4
282+
[cratebeforeattack-physics-demo]: https://github.com/koalefant/circle2d
283+
[@CrateAttack]: https://twitter.com/CrateAttack
284+
[tokio]: https://tokio.rs
285+
[miniquad]: https://github.com/not-fl3/miniquad/
286+
256287
### Dig Escape
257288

258289
![Dig Escape](digescape.png)

0 commit comments

Comments
 (0)