From d9fee4e40120c1e855f44f75bb838f9dabb9ed4e Mon Sep 17 00:00:00 2001 From: bgaechter Date: Wed, 24 Apr 2024 18:34:57 +0200 Subject: [PATCH] Add C++ starter project (#56) --- docs/starter-projects.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/starter-projects.md b/docs/starter-projects.md index fc33bca..49d757e 100644 --- a/docs/starter-projects.md +++ b/docs/starter-projects.md @@ -185,6 +185,12 @@ export const communityProjects = [ href: 'https://github.com/maartene/BattlesnakeSwiftStarter', author: 'Maarten Engels', authorHref: 'https://github.com/maartene' + }, + { + name: 'C++ Starter Project', + href: 'https://github.com/bgaechter/battlesnake-starter-cpp', + author: 'Benny Gaechter', + authorHref: 'https://github.com/bgaechter' } ]