Skip to content

N18: Theta Wave #480

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 6 commits into from
Feb 4, 2021
Merged
Changes from 1 commit
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
Next Next commit
Update index.md with Theta Wave
  • Loading branch information
cdsupina authored Feb 3, 2021
commit 61e97a601a621cf94b126b2d97f85a18a90ec163
17 changes: 17 additions & 0 deletions content/posts/newsletter-018/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,23 @@ primarily by simply writing YAML configuration files and integrating with
[bevy]: https://bevyengine.org
[ldtk]: https://ldtk.io

### Theta Wave

[![Homing Missiles](theta_wave_homing_missiles.gif)][homing-missiles]
_Homing missiles pursue the closest player entity_

A real name was finally chosen for space_shooter_rs! [Theta Wave] is a space
shooter game by developers [@micah_tigley] and [@carlosupina]. It is one of
the showcase games for the [Amethyst Engine] In the past month they have
been focused on improving the motion system for the game. The improvements
allowed them to begin adding more interesting behavior to entities. Missiles
were changed to home to the player.

[Theta Wave]: https://github.com/amethyst/theta-wave
[@micah_tigley]: https://twitter.com/micah_tigley
[@carlosupina]: https://twitter.com/carlosupina
[Amethyst Engine]: https://amethyst.rs/

## Learning Material Updates

## Engine Updates
Expand Down