Skip to content

Commit 9a94124

Browse files
N44: Digital Extinction (#1337)
Co-authored-by: Forest Anderson <[email protected]>
1 parent 83bd68f commit 9a94124

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed
85.9 KB
Loading

content/news/044/index.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,45 @@ The game is developed using Bevy and is expected to be released late 2023.
207207
[tunnet-post]: https://puzzled-squid.itch.io/tunnet/devlog/507508/devlog-0-gameplay-loop-and-subnetworks
208208
[puzzled_squid]: https://puzzledsquid.xyz
209209

210+
### Digital Extinction
211+
212+
![Building Placement in Digital Extinction](digital-extinction.jpeg)
213+
_Building Placement in Digital Extinction_
214+
215+
[Digital Extinction] ([GitHub][de-github], [Discord][de-discord],
216+
[Reddit][de-reddit]) by [@Indy2222] is a 3D real-time strategy game made with
217+
[Bevy].
218+
219+
The most notable updates are:
220+
221+
- simple unit manufacturing was added,
222+
- game minimap was added,
223+
- game end detection was implemented,
224+
- shadows were enabled,
225+
- the health of all units & buildings was decreased,
226+
- the “Quit Game” button in the game menu leads to the main menu instead of the
227+
termination of the application,
228+
- close button was added to all menu screens,
229+
- maximum number of players was made configurable by each map,
230+
- screen edge size for camera movement was decreased,
231+
- malformed configuration does not lead to a crash but a toast with an error
232+
message is displayed.
233+
- [Bevy] was upgraded to v0.10.
234+
235+
See [gameplay][de-video] screen recordings on YouTube.
236+
237+
A more detailed monthly updates are available [here (March)][de-update-05] and
238+
[here (April)][de-update-06].
239+
240+
[Digital Extinction]: https://de-game.org
241+
[de-github]: https://github.com/DigitalExtinction/Game
242+
[de-discord]: https://discord.gg/vHMFuCWGSX
243+
[de-reddit]: https://reddit.com/r/DigitalExtinction
244+
[Bevy]: https://bevyengine.org
245+
[de-video]: https://youtu.be/_ibNMDgIQDE
246+
[de-update-05]: https://mgn.cz/blog/de05/
247+
[de-update-06]: https://mgn.cz/blog/de06/
248+
210249
## Engine Updates
211250

212251
### hotline

0 commit comments

Comments
 (0)