@@ -138,6 +138,40 @@ as well as [in the browser](rec-wars-web).
138
138
[ rec-wars-web ] : https://martin-t.gitlab.io/gitlab-pages/rec-wars/macroquad.html
139
139
[ macroquad ] : https://github.com/not-fl3/macroquad
140
140
141
+ ### [ Vehicle Evolver Deluxe]
142
+
143
+ ![ Vehicle Evolver Deluxe in action, showing multiple vehicles attempting to
144
+ complete an obstacle course] ( vehicle_evolver_deluxe.gif )
145
+ _ Vehicle Evolver Deluxe in action!_
146
+
147
+ [ Vehicle Evolver Deluxe]
148
+ ([ GitHub] ( https://github.com/Bauxitedev/vehicle_evolver_deluxe ) ,
149
+ [ Twitter] ( https://twitter.com/bauxitedev/status/1423916614651678722 ) ) by
150
+ [ @bauxitedev ] is a simulation that runs in your browser, using AI (to be
151
+ specific: [ genetic algorithms] ( https://en.wikipedia.org/wiki/Genetic_algorithm ) )
152
+ to try to build better and better vehicles. The vehicles have to overcome an
153
+ obstacle course, starting with some slight hills, followed by steeper hills, and
154
+ finally some jumps. The vehicles are made out of panels and wheels, connected
155
+ together, similar to the game
156
+ [ Besiege] ( https://store.steampowered.com/app/346010/Besiege/ ) , except in 2D. It
157
+ was built using Rust and the Bevy game engine.
158
+
159
+ [ Try the live web demo
160
+ here.] ( https://bauxitedev.github.io/vehicle_evolver_deluxe/index.html ) (It needs
161
+ a relatively fast computer, on mobile browsers it'll run really slow.)
162
+
163
+ [ There is also an in-depth explanation available on how it works internally, in
164
+ the form of an educational video.] ( https://www.youtube.com/watch?v=DlRNdCCSSyo )
165
+
166
+ _ Discussions:
167
+ [ /r/rust] ( http://redd.it/ozpa6q ) ,
168
+ [ Twitter] ( https://twitter.com/bauxitedev/status/1423916614651678722 ) _
169
+
170
+ [ Vehicle Evolver Deluxe] :
171
+ https://bauxitedev.github.io/vehicle_evolver_deluxe/index.html
172
+ [ @bauxitedev ] :
173
+ https://twitter.com/bauxitedev
174
+
141
175
## Engine Updates
142
176
143
177
## Learning Material Updates
0 commit comments