From 4892cf59039a25478b0bcd1d63491b7a05561cc2 Mon Sep 17 00:00:00 2001 From: "Tu V. Tran" Date: Mon, 25 Feb 2019 19:33:24 -0500 Subject: [PATCH] add rust roguelike tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cbe2d0df..be6d89a9 100644 --- a/README.md +++ b/README.md @@ -529,6 +529,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - Rust in Detail: Writing Scalable Chat Service from Scratch - [Part 1: Implementing WebSocket. Introduction.](https://nbaksalyar.github.io/2015/07/10/writing-chat-in-rust.html) - [Part 2: Sending and Receiving Messages](https://nbaksalyar.github.io/2015/11/09/rust-in-detail-2.html) +- [Writing a Rust Roguelike for the Desktop and the Web](https://aimlesslygoingforward.com/blog/2019/02/09/writing-a-rust-roguelike-for-the-desktop-and-the-web/) ## Swift: