Skip to content

Commit 1e0e4b4

Browse files
authored
N46: Digital Extinction (#1380)
1 parent 377961c commit 1e0e4b4

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed
85.9 KB
Loading

content/news/046/index.md

+43
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,49 @@ If needed, a section can be split into subsections with a "------" delimiter.
6767

6868
## Game Updates
6969

70+
### Digital Extinction
71+
72+
![Building Placement in Digital Extinction](digital-extinction.jpeg)
73+
_Building Placement in Digital Extinction_
74+
75+
[Digital Extinction] ([GitHub][de-github], [Discord][de-discord],
76+
[Reddit][de-reddit]) by [@Indy2222] is a 3D real-time strategy game made with
77+
[Bevy].
78+
79+
The most notable updates are:
80+
81+
- poles at unit manufacturing delivery locations for selected factories,
82+
- pausing unit manufacturing when spawn location is occupied,
83+
- [IME][ime] support for text boxes,
84+
- a lot of progress on multiplayer networking,
85+
- [logging][de-logging] to file and other logging improvements.
86+
87+
Support for multiplayer is a technologically complex problem to solve and it is
88+
the last major missing feature before the [proof-of-concept][de-poc] version
89+
can be released. Therefore, a lot of effort currently goes in this direction.
90+
91+
The game is slowly gaining traction in the development community.
92+
Check out our new [contributors here][de-contributors].
93+
94+
See [gameplay][de-video] screen recordings on YouTube.
95+
96+
More detailed monthly updates are available [here (May)][de-update-07] and
97+
[here (June)][de-update-08].
98+
99+
[Digital Extinction]: https://de-game.org
100+
[de-github]: https://github.com/DigitalExtinction/Game
101+
[de-discord]: https://discord.gg/vHMFuCWGSX
102+
[de-reddit]: https://reddit.com/r/DigitalExtinction
103+
[Bevy]: https://bevyengine.org
104+
[ime]: https://en.wikipedia.org/wiki/Input_method
105+
[de-logging]: https://docs.de-game.org/logging/
106+
[de-poc]: https://github.com/DigitalExtinction/Game/milestone/1
107+
[de-video]: https://youtu.be/_ibNMDgIQDE
108+
[de-contributors]: https://github.com/DigitalExtinction/Game/graphs/contributors
109+
[de-update-07]: https://mgn.cz/blog/de07/
110+
[de-update-08]: https://mgn.cz/blog/de08/
111+
[@Indy2222]: https://github.com/Indy2222
112+
70113
## Engine Updates
71114

72115
## Learning Material Updates

0 commit comments

Comments
 (0)