@@ -191,7 +191,7 @@ The source code is available on [GitHub][chaz-source].
191
191
[ Warlock's Gambit] [ warlocks-gambit-itchio ] is a puzzle game constructed like a
192
192
card game, playable in the browser. You are given a static deck and have to play
193
193
your cards carefully to beat your opponent. In keeping with the theme of the
194
- jam, the decks are stacked against you, in fact, it's impossible to win by
194
+ jam, the decks are stacked against you. In fact, it's impossible to win by
195
195
default. But you have a trick up your sleeve, literally. You can drag a card in
196
196
your sleeve to play it later.
197
197
@@ -231,7 +231,7 @@ _Screenshot of V-Racer_
231
231
V-Racer ([ GitHub] [ vracer-github ] ) by
232
232
[ @Syn-Nine ] [ synnine-twitter ] is a retro
233
233
drift racing game inspired by Atari
234
- Battlezone and Wipeout created using
234
+ Battlezone and Wipeout, created using
235
235
Syn9's [ Rust Mini Game Framework] [ mgfw ] .
236
236
The game is part of an open source
237
237
[ repository] [ s9-minigame-repo ] of several
@@ -351,7 +351,7 @@ Latest developments:
351
351
- The [ mushroom biome] [ wor-mushroom ] art was completed
352
352
- All puzzles for the main game are complete
353
353
- More secrets have been added
354
- - Four out of the five [ characters] [ wor-characters ] are now in game
354
+ - Four out of the five [ characters] [ wor-characters ] are now in the game
355
355
- ` SDL_mixer ` was replaced with a custom Rust mixer built on top of
356
356
[ libsoundio] [ wor-libsoundio ]
357
357
- Numerous minor bug fixes and quality of life improvements, you can find
@@ -385,13 +385,13 @@ async and serde support, more flexible exporting of Rust symbols to
385
385
Godot, better CI and doc integration, among many more features that
386
386
have previously been exclusive to the [ GitHub repo] [ gd-github ] .
387
387
388
- This release also makes the the API much more more user-friendly than
388
+ This release also makes the API much more user-friendly than
389
389
previous versions with more consistent naming, flatter module structure
390
390
and fewer redundancies.
391
391
392
392
Thank you to all of the contributors who made this possible!
393
393
394
- A full list of a the changes are available in the [ changelog] [ gd-changelog ] .
394
+ A full list of the changes is available in the [ changelog] [ gd-changelog ] .
395
395
396
396
[ gd-announcement ] : https://godot-rust.github.io/releases/
397
397
[ gd-changelog ] : https://github.com/godot-rust/godot-rust/blob/master/CHANGELOG.md
@@ -415,7 +415,7 @@ foundation layer or backend for your next app, game engine, or game.
415
415
416
416
Version [ v0.2.1] improves and adds features focusing on the creation of apps,
417
417
like select mouse cursor or lazy loop among other things. The main focus was
418
- improve the integration with [ egui] supporting all its features.
418
+ to improve the integration with [ egui] supporting all its features.
419
419
420
420
[ Notan ] : https://github.com/Nazariglez/notan
421
421
[ v0.2.1 ] : https://github.com/Nazariglez/notan/releases/tag/v0.2.0
@@ -494,7 +494,7 @@ Twitter][twitter-iyesgames] for updates.
494
494
by [ @kettlecorn ] ( kettlecorn_twitter )
495
495
that released earlier this month.
496
496
497
- Bloom3D is built completely with Rust from user- interface to core algorithms.
497
+ Bloom3D is built completely with Rust from the user interface to core algorithms.
498
498
The game engine and many of the libraries powering Bloom3D are open-sourced on [ GitHub] [ koi ] .
499
499
500
500
[ bloom3d ] : https://bloom3d.com
@@ -516,13 +516,13 @@ The goals of Noumenal are:
516
516
517
517
- Enjoyable to use on a mobile device
518
518
- Accessible to as many people as possible
519
- - Real time solid modeling with boolean operations
519
+ - Real- time solid modeling with boolean operations
520
520
- Non-destructive editing and robustness to prevent data loss
521
521
- Intuitive manipulation by projecting from the screen glass into 3D space
522
522
- Export to the most widely used formats, such as glTF, USDZ, and STL for 3D
523
523
printing
524
524
525
- These goals have lead to an unique interface.
525
+ These goals have led to a unique interface.
526
526
527
527
[ noumenal-website ] : https://noumenal.app
528
528
[ noumenal-discord ] : https://discord.gg/PFeZQE48gG
@@ -622,7 +622,7 @@ render graph structure.
622
622
623
623
Earlier this year [ Screen 13] was updated with a dynamic graph pattern, but there
624
624
was no good starter documentation and a few bugs. There is a [ getting started] [ s13-getting-started ]
625
- guide now! Also, a ton of new features that have been added in the last month:
625
+ guide now! Also, a ton of new features have been added in the last month:
626
626
627
627
- ImGui support
628
628
- Mac support
0 commit comments