From 5dcf8b7f582534bda4b7973868b8060c836cf055 Mon Sep 17 00:00:00 2001 From: FabriLluvia Date: Mon, 21 Oct 2024 10:37:54 -0500 Subject: [PATCH] Add "How I Remade 2048 Using React" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index db1a089..1d16282 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,7 @@ It's a great way to learn. * [**Python**: _Developing Games With PyGame_](https://pythonprogramming.net/pygame-python-3-part-1-intro/) * [**Python**: _Making Games with Python & Pygame_](https://inventwithpython.com/makinggames.pdf) [pdf] * [**Python**: _Roguelike Tutorial Revised_](http://rogueliketutorials.com/) +* [**React**: How I Remade 2048 Using React ](https://hackernoon.com/how-i-remade-2048-using-react-viw37rc) * [**Ruby**: _Developing Games With Ruby_](https://leanpub.com/developing-games-with-ruby/read) * [**Ruby**: _Ruby Snake_](https://www.diatomenterprises.com/gamedev-on-ruby-why-not/) * [**Rust**: _Adventures in Rust: A Basic 2D Game_](https://a5huynh.github.io/posts/2018/adventures-in-rust/)