Skip to content

N21: Add Depth-First Search #620

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 1 commit into from
May 7, 2021
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
Binary file added content/news/021/dfs.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions content/news/021/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,26 @@ _Discussions: [Twitter][micronaut-twitter], [ldjam.com][micronaut-ldjam]_
[micronaut-twitter]: https://twitter.com/healthire/status/1386468257125830662
[micronaut-ldjam]: https://ldjam.com/events/ludum-dare/48/micronaut

### [LD48: Depth-First Search][dfs-ldjam]

![Depth-First Search's title card](dfs.jpg)

[Depth-First Search][dfs-ldjam] by [@LPGhatguy] and [@evaeraevaera] is a space
dogfighting game made in 72 hours for the Ludum Dare 48 Jam. Travel alone to the
center of the galaxy, battling space pirates, alien eyeballs, and more.

The game was made possible by [wgpu], [egui], [rapier], [hecs], and many more
Rust community libraries!

_Discussions: [ldjam.com][dfs-ldjam], [Twitter][dfs-twitter]_

[@LPGhatguy]: https://twitter.com/LPGhatguy
[@evaeraevaera]: https://twitter.com/evaeraeveara
[dfs-ldjam]: https://ldjam.com/events/ludum-dare/48/depth-first-search
[dfs-twitter]: https://twitter.com/evaeraevaera/status/1386863330355257346
[rapier]: https://github.com/dimforge/rapier
[hecs]: https://github.com/Ralith/hecs

### [MineWars][minewars]

![MineWars Game Screenshot](minewars.jpg)
Expand Down