Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 882a82f

Browse filesBrowse files
koalefantozkriff
andauthored
Newsletter 10: Add Crate Before Attack (rust-gamedev#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
Copy full SHA for 882a82f

File tree

2 files changed

+31
-0
lines changed
Filter options

2 files changed

+31
-0
lines changed
Loading

‎content/posts/newsletter-010/index.md

Copy file name to clipboardExpand all lines: content/posts/newsletter-010/index.md
+31Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.