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