Skip to content

Commit dfc430f

Browse files
committed
N41: Add Digital Extinction (rust-gamedev#1233)
1 parent 744792c commit dfc430f

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed
154 KB
Loading

content/news/041/index.md

+35
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,41 @@ If needed, a section can be split into subsections with a "------" delimiter.
6969

7070
## Game Updates
7171

72+
### Digital Extinction
73+
74+
![laser trail in Digital Extinction](digital-extinction.jpeg)
75+
_Laser trail in Digital Extinction_
76+
77+
[Digital Extinction] ([GitHub][de-github], [Discord][de-discord],
78+
[Reddit][de-reddit]) by [@Indy2222] is a 3D real-time strategy game made with
79+
[Bevy].
80+
81+
This month's update is somewhat smaller but there has been some important
82+
progress in multiplayer.
83+
84+
Here is the summary of the changes since the last update. It consists of commit
85+
range `28d1fce..3dbac4e` (2022-12-02–2022-12-29). There were 26 non-merge
86+
commits in total.
87+
88+
The most notable updates are:
89+
90+
- game configuration is loaded from a file ([docs][de-docs]),
91+
- a simple game lobby server has been created ([docs][de-docs]),
92+
- a Bevy plugin with the lobby client has been implemented,
93+
- several minor community, infrastructure, and other improvements have been
94+
done.
95+
96+
A more detailed update summary is available [here][de-update-03].
97+
98+
[Digital Extinction]: https://de-game.org
99+
[de-github]: https://github.com/DigitalExtinction/Game
100+
[de-discord]: https://discord.gg/vHMFuCWGSX
101+
[de-reddit]: https://reddit.com/r/DigitalExtinction
102+
[@Indy2222]: https://github.com/Indy2222
103+
[Bevy]: https://bevyengine.org
104+
[de-docs]: https://docs.de-game.org
105+
[de-update-03]: https://mgn.cz/blog/de03
106+
72107
## Engine Updates
73108

74109
## Learning Material Updates

0 commit comments

Comments
 (0)