@@ -316,6 +316,126 @@ network play][designing_network_play].
316
316
[ designing_network_play ] : https://azriel.im/will/2020/02/29/designing-network-play/
317
317
[ will_network_play ] : will_network_play.png
318
318
319
+ ### [ Oxidator] [ oxidator ]
320
+
321
+ [ ![ Gameplay demo: two giant tank armies clashing] ( oxidator-play.gif )] [ oxidator-video-play ]
322
+
323
+ ^ _ gameplay demo (35000 units)_
324
+
325
+ [ Oxidator] [ oxidator ] by [ @Ruddle ] is a real-time strategy game/engine
326
+ written with Rust and WebGPU.
327
+ It's inspired by Total Annihilation, Supreme Commander, Spring Engine,
328
+ and Zero-k.
329
+
330
+ The project's goal is to provide a modern, carefully crafted,
331
+ minimal and highly constrained set of tools for players/designers
332
+ to create mods without programming knowledge.
333
+
334
+ Some of the current features:
335
+
336
+ - Simulation:
337
+ working draft of flock behavior and collision detection,
338
+ basic health and damage computation,
339
+ construction and repair;
340
+ - Rendering: basic display of a heightmap & 3D models (with instancing),
341
+ fxaa, screen space reflections;
342
+ - UI: select units (picking and rectangle selection),
343
+ move & build orders;
344
+ - Multiplayer: working PoC localhost tcp client/server;
345
+ - Map editor: raise, lower, flatten, blur, noise pencil;
346
+ - Unit editor: basic editor with joint & mesh selection and parameter editing
347
+ (speed, turn rate, health, etc);
348
+
349
+ [ ![ Unit editor demo: move agent's parts] ( oxidator-unit-editor.gif )] [ oxidator-video-unit-editor ]
350
+
351
+ ^ _ Demo of the unit editor_
352
+
353
+ [ ![ Map editor demo: use pencil tool to instantly create a lake and mountains] ( oxidator-map-editor.gif )] [ oxidator-video-map-editor ]
354
+
355
+ ^ _ Demo of the map editor_
356
+
357
+ [ oxidator ] : https://github.com/Ruddle/oxidator
358
+ [ @Ruddle ] : https://github.com/Ruddle
359
+ [ oxidator-video-play ] : https://streamable.com/499j0
360
+ [ oxidator-video-unit-editor ] : https://streamable.com/ywr44
361
+ [ oxidator-video-map-editor ] : https://github.com/Ruddle/oxidator/blob/be4863e74/etc/map_editor.gif
362
+
363
+ ### [ Univer City v1.0 and Open Source Release] [ univer-1-0-opensource ]
364
+
365
+ [ ![ logo] ( univer-logo.jpg )] [ univer-steam ]
366
+
367
+ [ UniverCity] [ univer-steam ] is an isometric university management game:
368
+
369
+ > Manage your staff, professors and students and try
370
+ > and build the best UniverCity around!
371
+ > Build up your UniverCity solo or against friends and build many different
372
+ > types of classes whilst trying to ensure students get good grades,
373
+ > or maybe just try and build the best looking UniverCity.
374
+
375
+ This month, [ v1.0 was released on Steam] [ univer-1-0-opensource ]
376
+ along with [ releasing the game's sources under GPL-3] [ univer-source ] .
377
+
378
+ > This update _ marks the end of development for now_
379
+ > and adds in some basic workshop support.
380
+
381
+ ![ Demo: builing a classroom] ( univer-city-demo.gif )
382
+
383
+ > The license is GPL-3 and the code is the same
384
+ > as the version released on Steam
385
+ > (the Steam version is built with the 'steam' feature enabled).
386
+ > Due to the GPL licensing the steamworks support is disabled
387
+ > by default which breaks things like the 'modding' menu and multiplayer.
388
+ >
389
+ > The assets _ are not included_ with the release
390
+ > and will have to be copied from the game on Steam.
391
+
392
+ _ Discussions:
393
+ [ /r/rust] ( https://reddit.com/r/rust/comments/f5fiii/univercity_open_source_release_university ) _
394
+
395
+ [ univer-1-0-opensource ] : https://steamcommunity.com/gid/103582791461907043/announcements/detail/1694978169192631655
396
+ [ univer-steam ] : https://store.steampowered.com/app/808160/UniverCity
397
+ [ univer-source ] : https://github.com/Thinkofname/UniverCity
398
+
399
+ ### [ Dwarf World] [ dwarf-world ]
400
+
401
+ [ ![ New site with links to Twitter, Discord, and Twich] ( dwarf-world.png )] [ dwarf-world ]
402
+
403
+ [ Alexandru Ene] is working on a dwarf colony management game "Dwarf World".
404
+
405
+ This month, the project got an official site: [ dwarf.world] [ dwarf-world ] .
406
+
407
+ Also, check out development streams:
408
+ every Sunday at 19:30 PM GMT [ on Twitch] [ dwarf-twitch ] .
409
+
410
+ [ Alexandru Ene ] : https://alexene.dev
411
+ [ dwarf-world ] : https://dwarf.world
412
+ [ dwarf-twitch ] : https://twitch.tv/nomad_pixel
413
+
414
+ ### [ Way of Rhea's New Trailer] [ rhea-steam ]
415
+
416
+ [ ![ logo] ( way-of-rhea.jpg )] [ rhea-steam ]
417
+
418
+ [ Way of Rhea] [ rhea-steam ] is an upcoming puzzle platformer that takes place in a world
419
+ where you can only interact with objects that match your current color.
420
+
421
+ This month, an updated trailer with new character art was released.
422
+ [ Check it out on the game's Steam page] [ rhea-steam ] .
423
+
424
+ [ rhea-steam ] : https://store.steampowered.com/app/1110620/Way_of_Rhea
425
+
426
+ ### Noodle Cat
427
+
428
+ ![ Noodle game physics demo] ( noodle-cat.gif )
429
+
430
+ [ @Fryer00 ] tweeted a bunch of updates about their
431
+ WIP Box2D physics game prototype:
432
+
433
+ - Day 45: [ contraction mechanic] ( https://twitter.com/Fryer00/status/1225829271597395971 ) ;
434
+ - Day 46: [ turn/flip/swap-front-and-back movement mechanics] ( https://twitter.com/Fryer00/status/1227327016380305415 ) ;
435
+ - Day 48: [ food] ( https://twitter.com/Fryer00/status/1232181181690654720 ) .
436
+
437
+ [ @Fryer00 ] : https://twitter.com/Fryer00
438
+
319
439
### [ Garden] : January and February Devlogs
320
440
321
441
![ pyramid generation demo] ( garden-pyramids.jpg )
0 commit comments