You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are Merlin ([Web Game][you-are-merlin-web], [GitHub - Rust/CLI][you-are-merlin-github], [GitHub - WASM][you-are-merlin-www-github]) by [@hseager](https://github.com/hseager)
185
185
is a text adventure game that compiles to both CLI and WebAssembly.
186
186
187
-
This initial version features a main quest, side quests, items and a boss fight.
188
-
Players can choose their favourite visual theme such as Zelda, Warcraft and Fallout. The web version also supports mobile devices.
187
+
This initial version features a main quest, side quests, items, and a boss fight.
188
+
Players can choose their favourite visual theme such as Zelda, Warcraft, and Fallout. The web version also supports mobile devices.
189
189
190
190
Although fairly simple, this first version provides a good foundation for building more features in later updates.
191
191
@@ -318,7 +318,7 @@ And utility:
318
318
319
319
[lightyear_website] is a comprehensive networking library for bevy to make multiplayer games.
320
320
It comes with multiple types of transports (WebTransport, WebSocket, UDP, etc.)
321
-
and supports replication techniques like client-side prediction, server interpolation, interest management and more!
321
+
and supports replication techniques like client-side prediction, server interpolation, interest management, and more!
322
322
Check out the [examples][lightyear_examples]!
323
323
324
324
The latest release, [0.13][lightyear_release], brings two big new features:
0 commit comments