Skip to content

Commit 2a8ed80

Browse files
author
Micah
authored
N14: space_shooter_rs (#298)
1 parent 683fedc commit 2a8ed80

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

content/posts/newsletter-014/index.md

+24
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,30 @@ revamped netcode and the full core set of units.
233233

234234
[ggez]: https://ggez.rs/
235235

236+
### [space_shooter_rs]
237+
238+
![space_shooter_rs_gameplay](space_shooter_rs.gif)
239+
240+
[space_shooter_rs] is a 2D shooter game made with the [Amethyst] game engine.
241+
It is inspired by games like Raiden and the Binding of Isaac.
242+
243+
In September, [Micah Tigley] joined the project and has been collaborating with
244+
[Carlo Supina] to refactor a significant chunk of the codebase. Lots of work has
245+
been on collision detection, combat, and movement. This will allow for easier
246+
future development.
247+
248+
Both developers wrote about the work and their experiences developing space_shooter_rs:
249+
250+
- [How to Revive a Dead Project][carlo-blog-post]
251+
- [Collaborating on Amethyst showcase project: space_shooter_rs][micah-blog-post]
252+
253+
[space_shooter_rs]: https://github.com/amethyst/space_shooter_rs
254+
[Amethyst]: https://amethyst.rs
255+
[Carlo Supina]: https://twitter.com/carlosupina
256+
[Micah Tigley]: https://twitter.com/micah_tigley
257+
[carlo-blog-post]: https://micronote.tech/2020/10/How-to-Revive-a-Dead-Project
258+
[micah-blog-post]: https://mtigley.dev/posts/contributing_to_spaceshooter_rs
259+
236260
## Learning Material Updates
237261

238262
### [Is it easy to draw a line?][Lines]
Loading

0 commit comments

Comments
 (0)