Skip to content

Commit e1a8047

Browse files
committed
N39: Digital Extinction (rust-gamedev#1180)
1 parent 62534cd commit e1a8047

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed
147 KB
Loading

content/news/039/index.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,35 @@ _Discussions: [Submission page](https://ldjam.com/events/ludum-dare/51/miam)_
9999
[bevy_game_template]: https://github.com/NiklasEi/bevy_game_template
100100
[bevy_tweening]: https://github.com/djeedai/bevy_tweening
101101

102+
### Digital Extinction
103+
104+
![selection circles & health bars in Digital
105+
Extinction](digital-extinction.jpeg) _selection circles & health bars in Digital
106+
Extinction_
107+
108+
[Digital Extinction](https://de-game.org)
109+
([GitHub](https://github.com/DigitalExtinction/Game),
110+
[Discord](https://discord.gg/vHMFuCWGSX),
111+
[Reddit](https://www.reddit.com/r/DigitalExtinction/)) by
112+
[@Indy2222](https://github.com/Indy2222/) is a 3D real-time strategy game based
113+
on Bevy engine.
114+
115+
The game repository was opened a month ago under the GPLv3 license. Here is the
116+
summary of the changes since the opening of the repository. It consists of
117+
commit range `f23d51e..ffd5987` (2022-10-09–2022-11-03). There were 50
118+
non-merge commits in total, with the most notable improvements below:
119+
120+
- Object & map bounds repulsion was added.
121+
- Terrain got a texture.
122+
- Select all (CTRL+A) and select all visible (CTRL+Shift+A) functionality was
123+
introduced.
124+
- Circle markers below selected objects are now displayed.
125+
- Drag selection was implemented.
126+
- Simple health bars were introduced.
127+
128+
A more detailed update summary is available here
129+
[here](https://mgn.cz/blog/de01/).
130+
102131
## Engine Updates
103132

104133
### [Fyrox]

0 commit comments

Comments
 (0)