@@ -69,6 +69,50 @@ If needed, a section can be split into subsections with a "------" delimiter.
69
69
70
70
## Game Updates
71
71
72
+ ### Digital Extinction
73
+
74
+ ![ Building Placement in Digital Extinction] ( digital-extinction.jpeg )
75
+ _ Building Placement 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 we had two new first time contributors, [ @0HyperCube ] and
82
+ [ @Polostor ] (Péťa Tománek).
83
+
84
+ The most notable updates are:
85
+
86
+ - several multiplayer related screens were added to the menu: sign-in /
87
+ sign-up, game listing, and game creation,
88
+ - building draft is now semi-transparent and colored green or red based on
89
+ obstacles,
90
+ - double clicking on a unit or building leads to the selection of all visible
91
+ entities of the same type,
92
+ - the mouse cursor is now confined to the game window,
93
+ - the camera can be moved horizontally with arrow keys,
94
+ - pop-up in-game menu was added, it is opened with Escape key,
95
+ - work on game head-up display / panel (HUD) was initiated,
96
+ - various errors are now briefly displayed as toasts in the UI,
97
+ - support of map hashing was added and deterministic map paths are used,
98
+ - several small fixes, code quality improvements.
99
+
100
+ See [ gameplay] [ video-game ] and [ menu] [ video-menu ] screen recordings on YouTube.
101
+
102
+ A more detailed update summary is available [ here] [ de-update-04 ] .
103
+
104
+ [ Digital Extinction ] : https://de-game.org
105
+ [ de-github ] : https://github.com/DigitalExtinction/Game
106
+ [ de-discord ] : https://discord.gg/vHMFuCWGSX
107
+ [ de-reddit ] : https://reddit.com/r/DigitalExtinction
108
+ [ @Indy2222 ] : https://github.com/Indy2222
109
+ [ @0HyperCube ] : https://github.com/0HyperCube
110
+ [ @Polostor ] : https://github.com/Polostor
111
+ [ Bevy ] : https://bevyengine.org
112
+ [ video-game ] : https://youtu.be/JP01dAbtoc8
113
+ [ video-menu ] : https://youtu.be/APTlkGnn6vA
114
+ [ de-update-04 ] : https://mgn.cz/blog/de04/
115
+
72
116
## Engine Updates
73
117
74
118
## Learning Material Updates
0 commit comments