Skip to content

N50 Add commas #1503

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions content/news/050/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ The gameplay is quite distilled and revolves mostly around resource management.
The player has limited inventory capacity and the weapons get damaged
after each use. There are 20 randomly generated levels to beat.

It is available on desktop (Windows / Linux), Android and Web (mobile friendly).
It is available on desktop (Windows / Linux), Android, and Web (mobile friendly).
The game's source code also comes with a custom WGPU-based 2D framework.

_Discussions: ([/r/roguelikes][monk-tower-reddit])_
Expand All @@ -184,8 +184,8 @@ _Discussions: ([/r/roguelikes][monk-tower-reddit])_
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)
is a text adventure game that compiles to both CLI and WebAssembly.

This initial version features a main quest, side quests, items and a boss fight.
Players can choose their favourite visual theme such as Zelda, Warcraft and Fallout. The web version also supports mobile devices.
This initial version features a main quest, side quests, items, and a boss fight.
Players can choose their favourite visual theme such as Zelda, Warcraft, and Fallout. The web version also supports mobile devices.

Although fairly simple, this first version provides a good foundation for building more features in later updates.

Expand Down Expand Up @@ -318,7 +318,7 @@ And utility:

[lightyear_website] is a comprehensive networking library for bevy to make multiplayer games.
It comes with multiple types of transports (WebTransport, WebSocket, UDP, etc.)
and supports replication techniques like client-side prediction, server interpolation, interest management and more!
and supports replication techniques like client-side prediction, server interpolation, interest management, and more!
Check out the [examples][lightyear_examples]!

The latest release, [0.13][lightyear_release], brings two big new features:
Expand Down
Loading