Skip to content

Add Colony Game #1418

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

Closed
wants to merge 2 commits into from
Closed
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
10 changes: 9 additions & 1 deletion content/news/047/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "This Month in Rust GameDev #47 - June 2023"
transparent = true
date = 2023-08-01
date = 2023-08-03
draft = false
+++

Expand Down Expand Up @@ -264,6 +264,14 @@ June's full weekly devlogs: "This Week In Veloren...": [#211][veloren-211], [#21
[veloren-211]: https://veloren.net/devblog-211
[veloren-212]: https://veloren.net/devblog-212

### Colony

![image](https://github.com/rust-gamedev/rust-gamedev.github.io/assets/8394233/be79513f-92b0-4c9c-aa59-1eb950e77ba0)

Colony is a Rust game built with Bevy that is open source and is in a pre-alpha stage.
Similar to other colony simulator games, there are units that have their own traits
and can be instructed to perform tasks like farming and chopping trees.

## Engine Updates

### [macroquad]
Expand Down