From 587ac16be213ef6f42fc512fb454d859af2a8cc7 Mon Sep 17 00:00:00 2001 From: HeavyRain266 Date: Sat, 7 May 2022 22:30:31 +0200 Subject: [PATCH 1/2] N33: Why I choose to build my game from scratch --- content/news/033/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/content/news/033/index.md b/content/news/033/index.md index 4d67c2c64..394b5a8f1 100644 --- a/content/news/033/index.md +++ b/content/news/033/index.md @@ -179,6 +179,18 @@ _Discussions: ## Learning Material Updates +### [Why I choose to build my game from scratch][why-article] + +[@HeavyRain266] published an article [Why I choose to build my game from scratch][why-article], +short story about implementation of the game "Forbidden Valley" from scratch in Rust. +Author tries to point out, how much you can learn from building your dream game +without help of any game engine. + +_Discussions: [r/rust_gamedev][why-article]_ + +[@HeavyRain266]: https://github.com/HeavyRain266 +[why-article]: https://www.reddit.com/r/rust_gamedev/comments/uewu9h/reasons_why_i_choose_to_build_my_game_from/ + ## Tooling Updates ### [Vismut 0.5][vismut-0.5] From 05e7ac44a4dbd5c3dd00415103c2cda6d3c6ebd4 Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Sun, 8 May 2022 11:42:31 +0100 Subject: [PATCH 2/2] Update index.md --- content/news/033/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/news/033/index.md b/content/news/033/index.md index 394b5a8f1..9dcb555d5 100644 --- a/content/news/033/index.md +++ b/content/news/033/index.md @@ -181,10 +181,10 @@ _Discussions: ### [Why I choose to build my game from scratch][why-article] -[@HeavyRain266] published an article [Why I choose to build my game from scratch][why-article], -short story about implementation of the game "Forbidden Valley" from scratch in Rust. -Author tries to point out, how much you can learn from building your dream game -without help of any game engine. +[@HeavyRain266] published an article, '[Why I choose to build my game from scratch][why-article]', +a short story about their implementation of the game 'Forbidden Valley' +from scratch in Rust. The author aims to show how much you can learn +from building your dream game without the help of any game engine. _Discussions: [r/rust_gamedev][why-article]_