Skip to content

Newsletter 9: Add Colony, ssshmup, and Robo #126

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
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/posts/newsletter-009/colony.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 53 additions & 0 deletions content/posts/newsletter-009/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,59 @@ and features a local 2-player coop.

[blobs-tweet]: https://twitter.com/rhmoller/status/1254179448586481669

### [Colony Genesis][colony-itch]

![gameplay screenshot with ASCII art graphics](colony.png)

[Native Systems] is working on "Colony Genesis" - an ant colony sandbox game
with ASCII graphics.
This month v0.1.3 and v0.1.4 versions were released. Some of the updates:

- Add controls to highlight all ants by behavior (SHIFT+select)
- Fix frame loop timer to prevent fast forwards
- Adds temperature diffusion and adjusts rates
It should now be easier to maintain high enough temperatures over night
and in lower soil layers for eggs to develop normally.

[colony-itch]: https://nativesystems.itch.io/colony
[Native Systems]: https://nativesystems.rs

### [ssshmup]

![shmup gameplay](ssshmup.gif)

[ssshmup] by [@mkhan45]
is a small small shoot 'em up made with [ggez] and [specs].

_Discussions:
[/r/rust_gamedev](https://reddit.com/r/rust_gamedev/comments/g6uwah/super_small_shootem_up)_

[ssshmup]: https://github.com/mkhan45/ssshmup
[@mkhan45]: https://github.com/mkhan45
[ggez]: https://ggez.rs
[specs]: https://github.com/amethyst/specs

### [Robo Instructus]

[![stepping through the code](robo.gif)][robo-news]

[Alex Butler] continues to polish their "[Robo Instructus]" puzzle game -
[1.25, 1.26, and 1.27 versions were released][robo-news]:
automatically follow execution when paused,
bugfixes, dependency updates, and performance optimizations.

[Alex Butler]: https://twitter.com/bigabgames
[Robo Instructus]: https://store.steampowered.com/app/1032170/Robo_Instructus
[robo-news]: https://steamcommunity.com/app/1032170/allnews

------

Also, Alex published a new crate supporting the rasterization
of .otf lines and quad/cubic Bézier curves: [ab_glyph_rasterizer].
It's around 2-5x faster than the current rusttype .ttf rasterizer.

[ab_glyph_rasterizer]: https://crates.io/crates/ab_glyph_rasterizer

### Amethyst Games

- "Conquest" by [@takeryo_eeic] is a hexagonal tactic game.
Expand Down
Binary file added content/posts/newsletter-009/robo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/posts/newsletter-009/ssshmup.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.