Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 73d26db

Browse filesBrowse files
mkeeterozkriff
andauthored
Newsletter 11: Pont (rust-gamedev#184)
* Add pont writeup * Newsletter 11: Pont: Fmt tweaks Co-authored-by: Andrey Lesnikov <ozkriff@gmail.com>
1 parent c97909a commit 73d26db
Copy full SHA for 73d26db

File tree

2 files changed

+25
-0
lines changed
Filter options

2 files changed

+25
-0
lines changed

‎content/posts/newsletter-011/index.md

Copy file name to clipboardExpand all lines: content/posts/newsletter-011/index.md
+25Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.