From 0460d7ee70e84be546ca67e84d2ab0c9634a3fc9 Mon Sep 17 00:00:00 2001 From: Evan C <41348743+ajaj895@users.noreply.github.com> Date: Fri, 28 Oct 2022 12:13:49 -0500 Subject: [PATCH] Added ADS-B Decoder to README.md Added ADS-B Decoder to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6557617..baf962d1 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ required to complete them. | Name | Short Description | Tier | | ----------------------------------------------------------------------------- | ------------------------------------------------------------------- | ---------- | +| [ADS-B Decoder](./Projects/3-Advanced/ADS-B-Decoder.md) | A simple decoder for ADS-B aircraft radio messages | 3-Advanced | | [Battleship Bot](./Projects/3-Advanced/Battleship-Bot.md) | Create a Discord bot that plays Battleship | 3-Advanced | | [Battleship Game Engine](./Projects/3-Advanced/Battleship-Game-Engine.md) | Create a callable engine to play the Battleship game | 3-Advanced | | [Boole Bots Game](./Projects/3-Advanced/Boole-Bot-Game.md) | Battling Bots driven by Boolean algebra | 3-Advanced |