@@ -194,11 +194,11 @@ _One of the many unique and confounding puzzles in the game_
194194Worship The Sun is a dark, mysterious 2D puzzle-platform game with computer
195195science themes. It introduces the player to a rich language of puzzle elements
196196and challenges them to solve difficult puzzles that require experimentation,
197- comprehension and internalisation of the game's mechanics.
197+ comprehension, and internalisation of the game's mechanics.
198198
199199The game is built using a custom engine that sits on top of [ legion] [ legion ] ,
200- [ wgpu] [ wgpu ] and a handful of other crates. It features dynamic lighting, a
201- flexible particle system, bespoke collision behaviour and a Vim-inspired level
200+ [ wgpu] [ wgpu ] , and a handful of other crates. It features dynamic lighting, a
201+ flexible particle system, bespoke collision behaviour, and a Vim-inspired level
202202editor. The majority of game assets are hand drawn in [ Procreate] [ procreate ]
203203and painstakingly animated.
204204
@@ -385,7 +385,7 @@ particularly for game AI programming purposes.
385385Development started at the end of October, recent additions include:
386386
387387- Basic enemy AI behaviour mostly based on steering behaviours.
388- - Possibly the world's most nauseating physics driven camera.
388+ - Possibly the world's most nauseating physics- driven camera.
389389- Too many particles.
390390
391391[ macroquad ] : https://github.com/not-fl3/macroquad
@@ -756,7 +756,7 @@ shared-arena provides three memory pools with different trade-offs:
756756
757757The crate uses unsafe in a few places,
758758but the code is covered by the miri interpreter, valgrind and 3 sanitizers
759- (address, leak and memory) [ on each commit] [ shared-arena-ga ] .
759+ (address, leak, and memory) [ on each commit] [ shared-arena-ga ] .
760760
761761_ Discussions:
762762[ /r/rust] ( https://reddit.com/r/rust/comments/jddens/announcing_shared_arena ) _
@@ -954,7 +954,7 @@ It is now able to run [bve-reborn] correctly:
954954The ` ggez ` game library traditionally tries to make at least one release
955955at the end of each year, and that is fast approaching. While the
956956graphics engine rewrite is still a work in progress, there's plenty of
957- other useful updates to be made. Bugfixes, dependency updates and other
957+ other useful updates to be made. Bugfixes, dependency updates, and other
958958ergonomic fixes are all on the table. A lot of work has already been
959959done: removing ` nalgebra ` from the public API in favor of just using
960960` mint ` , re-working some dependencies to improve build times, and
@@ -1236,7 +1236,7 @@ _Discussions:
12361236[ ![ Ajour Banner] ( ajour-banner.jpg )] [ Ajour ]
12371237
12381238[ Ajour] is a World of Warcraft addon manager written in Rust using [ Iced] as GUI
1239- library. The project is completely advertisement free, privacy respecting and
1239+ library. The project is completely advertisement free, privacy respecting, and
12401240open source.
12411241
12421242October updates include:
0 commit comments