Skip to content

Commit 73d26db

Browse files
mkeeterozkriff
andauthored
Newsletter 11: Pont (#184)
* Add pont writeup * Newsletter 11: Pont: Fmt tweaks Co-authored-by: Andrey Lesnikov <[email protected]>
1 parent c97909a commit 73d26db

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

content/posts/newsletter-011/index.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,31 @@ A/B Street uses a [custom GUI library][ezgui], leveraging `glium`, `usvg`, and
131131
[abstreet-reddit]: https://old.reddit.com/r/Seattle/comments/hdtucd/ab_street_think_you_can_fix_seattles_traffic/
132132
[abstreet-stranger]: https://www.thestranger.com/slog/2020/06/29/43999454/ab-streets-game-lets-you-create-the-seattle-street-grid-of-your-dreams
133133

134+
### [Pont][pont-online]
135+
136+
![Screenshot of the Pont board game](pont_screenshot.png)
137+
138+
Pont is a multiplayer online board game based on
139+
[Qwirkle][qwirkle], implemented by [Matt Keeter][matt-keeter].
140+
Both the client and server are written in Rust,
141+
using WebAssembly to run the client in the browser
142+
without any Javascript (besides a small shim).
143+
144+
It can be played online [here][pont-online]!
145+
146+
The system architecture is described in a [blog post][pont-blog]
147+
and the source is available [on Github][pont-source]
148+
149+
_Discussions:
150+
[/r/rust](https://www.reddit.com/r/rust/comments/gu1bq5/pont_a_board_game_in_rust_webassembly/),
151+
[Hacker News](https://news.ycombinator.com/item?id=23649369)_
152+
153+
[matt-keeter]: https://twitter.com/impraxical
154+
[pont-online]: https://pont.mattkeeter.com
155+
[pont-blog]: https://mattkeeter.com/projects/pont
156+
[pont-source]: https://github.com/mkeeter/pont
157+
[qwirkle]: https://en.wikipedia.org/wiki/Qwirkle
158+
134159
### [runner]
135160

136161
[![Runner gameplay sample](runner_gameplay_sample.png)](https://vimeo.com/428851779)
Loading

0 commit comments

Comments
 (0)