Skip to content

Newsletter 10: Add Crate Before Attack section #152

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions content/posts/newsletter-010/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,37 @@ Follow [@seratonik] on Twitter for updates.

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

### [Crate Before Attack][cratebeforeattack-site]

[![screenshot: decision tree and goal distance map in the background](crate_before_attack.png)][cratebeforeattack-site]

^ _Decision tree and goal distance map in the background_

[Crate Before Attack][cratebeforeattack-site] by [koalefant (@CrateAttack)][@CrateAttack]
is a realtime/turn-based multiplayer game where frogs combat their friends
while navigating the landscape with their sticky tongues.

May development was focused on implementing AI of opponents and adding race mode:

- [Video of AI racing against itself with visualized decision tree][cratebeforeattack-youtube-ai];
- [Playable build][cratebeforeattack-play] (works in the browser on PC or Mac).

More details in the [DevLog][cratebeforeattack-devlog]
and [YouTube channel][cratebeforeattack-youtube].

Also, check out a fun [physics demo][cratebeforeattack-physics-demo]
of the game's physics engine.

[cratebeforeattack-devlog]: https://cratebeforeattack.com/posts
[cratebeforeattack-play]: https://cratebeforeattack.com/play
[cratebeforeattack-site]: https://cratebeforeattack.com
[cratebeforeattack-youtube]: https://youtube.com/channel/UC_xMilPTLuuE5iLs1Ml9zow
[cratebeforeattack-youtube-ai]: https://www.youtube.com/watch?v=PcJOayy5gP4
[cratebeforeattack-physics-demo]: https://github.com/koalefant/circle2d
[@CrateAttack]: https://twitter.com/CrateAttack
[tokio]: https://tokio.rs
[miniquad]: https://github.com/not-fl3/miniquad/

### Dig Escape

![Dig Escape](digescape.png)
Expand Down