Skip to content

Commit 0cb0ab9

Browse files
committed
N40: Add Digital Extinction game update (#1203)
1 parent 4999d47 commit 0cb0ab9

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
154 KB
Loading

content/news/040/index.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,40 @@ 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) _laser trail in Digital Extinction_
75+
76+
[Digital Extinction] ([GitHub][de-github], [Discord][de-discord],
77+
[Reddit][de-reddit]) by [@Indy2222] is a 3D real-time strategy game made with
78+
[Bevy].
79+
80+
Here is the summary of the changes since the last update. It consists of commit
81+
range ffd5987..494096b (2022-11-03–2022-11-27). There were 75 non-merge commits
82+
in total.
83+
84+
The most notable updates are:
85+
86+
- trails after laser fires are briefly visible,
87+
- flying drones no longer slide on terrain but fly in height,
88+
- simple main menu and map selection were added,
89+
- a game design document was kicked off,
90+
- both Rust API, and other technical documentation are automatically published at docs.de-game.org,
91+
- many community-related improvements have been made,
92+
- the game was migrated to the new Bevy v0.9,
93+
- there were some code quality and performance improvements,
94+
- de_tools crate was fixed.
95+
96+
A more detailed update summary is available [here][de-update-02].
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://www.reddit.com/r/DigitalExtinction/
102+
[@Indy2222]: https://github.com/Indy2222/
103+
[Bevy]: https://bevyengine.org/
104+
[de-update-02]: https://mgn.cz/blog/de02/
105+
72106
## Engine Updates
73107

74108
## Learning Material Updates

0 commit comments

Comments
 (0)