From 77d46537d5228395cb0e0a58690f37bfb74cc4a1 Mon Sep 17 00:00:00 2001 From: ImplFerris Date: Mon, 23 Dec 2024 07:56:13 +0530 Subject: [PATCH] projects update --- src/projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/projects.md b/src/projects.md index 1cd5ba4..4d2cdbd 100644 --- a/src/projects.md +++ b/src/projects.md @@ -2,6 +2,7 @@ Here is a curated list of projects I found online that are interesting and related to Pico 2 and Rust. If you have some interesting projects to showcase, please send a PR :) +- [Pico Rex](https://github.com/ImplFerris/pico-rex): Dinosaur Game written in Rust for the Raspberry Pi Pico 2 (RP2350) with an OLED display, using the Embassy framework. - [GB-RP2350 A Game Boy emulator for the Pi Pico 2 written in Rust](https://github.com/Altaflux/gb-rp2350): You can also find the reddit post by the OP [here](https://www.reddit.com/r/raspberrypipico/comments/1h6hb3l/gbrp2350_a_game_boy_emulator_for_the_pi_pico_2/). - [simple-robot](https://github.com/1-rafael-1/simple-robot): A very simple robot with HC-SR04 distance sensor and autonomous as well as remote controlled movement written in Rust(Embassy)